diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-19 12:31:55 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-19 12:31:55 +0100 |
| commit | 65501171c7698b95edf42c708bf48713feb3f9fb (patch) | |
| tree | b34decdb2b2ccfdf0d19c1b8293ffd39d5e48c86 | |
| parent | 743890e92eec803bc574cb76da41f98a17c6c8bd (diff) | |
git : ignore .nix-gc-roots
| -rw-r--r-- | home/config/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/config/git.nix b/home/config/git.nix index 02165e0..6515e97 100644 --- a/home/config/git.nix +++ b/home/config/git.nix @@ -11,6 +11,7 @@ (with pkgs.personal.gitignore; [ emacs linux direnv ])) ++ [ ### Personal rules ### "shell.nix" + ".nix-gc-roots" ]; }; } |
