ci-root: drop unifiHacked for the moment

This commit is contained in:
Luke Granger-Brown 2021-04-13 17:22:56 +00:00
parent 258d62613f
commit 4260e04572

View file

@ -11,7 +11,7 @@ let
ciBits = { ciBits = {
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" ]; pkgs = builtins.removeAttrs depot.nix.pkgs [ "grafana-plugins" "windows" "unifiHacked" ];
pkg-grafana-plugins = depot.nix.pkgs.grafana-plugins; pkg-grafana-plugins = depot.nix.pkgs.grafana-plugins;
web = depot.web; web = depot.web;
other = { other = {