Update find-files.nix

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Alex Wied 2022-07-13 05:18:32 -04:00 committed by GitHub
parent f0e98c8e42
commit cbafce8465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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