From f918267d681260531130df4b15f2483718fed008 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 8 Aug 2021 22:01:04 +0100 Subject: [PATCH] whoops, wrong order >< --- ci/niv-cron.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/niv-cron.nix b/ci/niv-cron.nix index 44a7de6a..b5116ffd 100644 --- a/ci/niv-cron.nix +++ b/ci/niv-cron.nix @@ -75,7 +75,7 @@ with lib; { fi ''; auto = "${update} || true"; - in if isGit then git else auto) (removeAttrs [ "__functor" ] channels.nixfiles.sources))} + in if isGit then git else auto) (removeAttrs channels.nixfiles.sources [ "__functor" ]))} if git status --porcelain | grep -qF nix/sources.json; then git -P diff nix/sources.json