mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
whoops, wrong order ><
This commit is contained in:
parent
38a2bbe0bd
commit
f918267d68
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue