- lockfile updated
- Working with Hydra
- Emacs packages
- Workaround for nix/git
This commit is contained in:
Andrea Ciceri 2022-06-05 14:51:20 +02:00
parent 28f14cab2e
commit 3411b09ab0
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
5 changed files with 36 additions and 7 deletions

View file

@ -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";
};
}