mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
bandaid for https://github.com/NixOS/nix/issues/10202
This commit is contained in:
parent
28fd35073c
commit
b2b9941c1a
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
programs.git.extraConfig = {
|
programs.git.extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
safe.directory = [ ("/home/" + userSettings.username + "/.dotfiles")
|
safe.directory = [ ("/home/" + userSettings.username + "/.dotfiles")
|
||||||
("/home/" + userSettings.username + "/.dotfiles/.git") ];
|
("/home/" + userSettings.username + "/.dotfiles/.git")
|
||||||
|
("/home/" + userSettings.username + "/.cache/nix/tarball-cache") ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue