ci-root: drop factorio-mods

This commit is contained in:
Luke Granger-Brown 2023-03-12 20:44:30 +00:00
parent 152ab5a6dc
commit c71fea6629

View file

@ -12,7 +12,7 @@ let
ciBits = rec { ciBits = rec {
x86_64-linux = { x86_64-linux = {
machine = depot.ops.nixos.systems; 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 = { pkg-baserow = {
inherit (depot.nix.pkgs.baserow) backend web-frontend; inherit (depot.nix.pkgs.baserow) backend web-frontend;
}; };