mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Might as well not have it error about __functor... >x<
This commit is contained in:
parent
02c8366331
commit
38a2bbe0bd
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) 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue