From 38a2bbe0bdc88bb171c0e44abec2a5111036e1d8 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 8 Aug 2021 21:58:29 +0100 Subject: [PATCH] Might as well not have it error about __functor... >x< --- 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 69729db4..44a7de6a 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) channels.nixfiles.sources)} + in if isGit then git else auto) (removeAttrs [ "__functor" ] channels.nixfiles.sources))} if git status --porcelain | grep -qF nix/sources.json; then git -P diff nix/sources.json