From cc5cf331523a3f520373798c70b028f7aa01e197 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 25 Sep 2021 20:58:39 +0000 Subject: [PATCH] ci-root: remove functions --- ci-root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-root.nix b/ci-root.nix index 0fd3e096cd..280acecc0f 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -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;