From c71fea6629e6084cdaeccae86e233f2eaba428f7 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 12 Mar 2023 20:44:30 +0000 Subject: [PATCH] ci-root: drop factorio-mods --- ci-root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-root.nix b/ci-root.nix index 9b704e67ec..99128204c2 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -12,7 +12,7 @@ let ciBits = rec { x86_64-linux = { machine = depot.ops.nixos.systems; - pkgs = builtins.removeAttrs depot.nix.pkgs [ "grafana-plugins" "windows" "unifiHacked" "nixpkgs-mozilla" "nightlyRust" "nightlyRustPlatform" "baserow" "baserow-oss" "authentik" ]; + pkgs = builtins.removeAttrs depot.nix.pkgs [ "grafana-plugins" "windows" "unifiHacked" "nixpkgs-mozilla" "nightlyRust" "nightlyRustPlatform" "baserow" "baserow-oss" "authentik" "factorio-mods" ]; pkg-baserow = { inherit (depot.nix.pkgs.baserow) backend web-frontend; };