Things
- lockfile updated - Working with Hydra - Emacs packages - Workaround for nix/git
This commit is contained in:
parent
28f14cab2e
commit
3411b09ab0
5 changed files with 36 additions and 7 deletions
|
@ -5,4 +5,15 @@
|
|||
password = "nixos";
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# FIXME: (temporary?) workaround for https://github.com/NixOS/nixpkgs/issues/169193
|
||||
home-manager.users.ccr.programs.git = {
|
||||
enable = true;
|
||||
extraConfig.safe.directory = "/home/ccr/fleet";
|
||||
};
|
||||
home-manager.users.root.programs.git = {
|
||||
enable = true;
|
||||
extraConfig.safe.directory = "/home/ccr/fleet";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue