Might as well not have it error about __functor... >x<

This commit is contained in:
kat witch 2021-08-08 21:58:29 +01:00
parent 02c8366331
commit 38a2bbe0bd
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) 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