ci-root: remove windows for the moment
This commit is contained in:
parent
0e4894096a
commit
8b173ec8a3
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ let
|
||||||
ciMachines = prefixAttrs "machine" depot.ops.nixos.systems;
|
ciMachines = prefixAttrs "machine" depot.ops.nixos.systems;
|
||||||
ciPackages = prefixAttrs "pkg" (builtins.removeAttrs depot.nix.pkgs [ "grafana-plugins" "windows" ]);
|
ciPackages = prefixAttrs "pkg" (builtins.removeAttrs depot.nix.pkgs [ "grafana-plugins" "windows" ]);
|
||||||
ciGrafanaPlugins = prefixAttrs "pkg-grafana-plugins" depot.nix.pkgs.grafana-plugins;
|
ciGrafanaPlugins = prefixAttrs "pkg-grafana-plugins" depot.nix.pkgs.grafana-plugins;
|
||||||
ciWindows = prefixAttrs "pkg-windows" depot.nix.pkgs.windows;
|
#ciWindows = prefixAttrs "pkg-windows" depot.nix.pkgs.windows;
|
||||||
ciDocker = prefixAttrs "docker" ((import ./docker-images.nix).images);
|
ciDocker = prefixAttrs "docker" ((import ./docker-images.nix).images);
|
||||||
ciWeb = prefixAttrs "web" depot.web;
|
ciWeb = prefixAttrs "web" depot.web;
|
||||||
|
|
||||||
|
@ -21,4 +21,4 @@ let
|
||||||
systemPathJSON = depot.ops.nixos.systemPathJSON;
|
systemPathJSON = depot.ops.nixos.systemPathJSON;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciWindows ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)
|
pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)
|
||||||
|
|
Loading…
Reference in a new issue