Update find-files.nix
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
f0e98c8e42
commit
cbafce8465
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ rec {
|
|||
# Finding git config
|
||||
#
|
||||
|
||||
home = if lib.inPureEvalMode then _: /nonexistent else import ./home.nix;
|
||||
home = if lib.inPureEvalMode or false then _: /nonexistent else import ./home.nix;
|
||||
|
||||
maybeXdgGitConfigFile =
|
||||
for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue