whoops, wrong order ><

This commit is contained in:
kat witch 2021-08-08 22:01:04 +01:00
parent 38a2bbe0bd
commit f918267d68
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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