ci-root: remove functions
This commit is contained in:
parent
9c92e12742
commit
cc5cf33152
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ let
|
|||
machine = depot.ops.nixos.systems;
|
||||
pkgs = builtins.removeAttrs depot.nix.pkgs [ "grafana-plugins" "windows" "unifiHacked" ];
|
||||
pkg-grafana-plugins = depot.nix.pkgs.grafana-plugins;
|
||||
web = depot.web;
|
||||
web = lib.filterAttrs (n: v: !lib.isFunction v) depot.web;
|
||||
other = {
|
||||
twitterchiver-archiver = depot.go.twitterchiver.archiver;
|
||||
twitterchiver-archiver-docker = depot.go.twitterchiver.archiver.dockerImage;
|
||||
|
|
Loading…
Reference in a new issue