diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-04 18:18:21 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-04 19:21:34 -0400 |
commit | 446c0feadf7ca4a3289a5a0c9e0bbe0e74801f12 (patch) | |
tree | 50ce50da1ed20937182fe82fd7b27ff680648dae /.gitignore | |
parent | dub nix (diff) |
nix use overlays when convenient
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,9 +10,12 @@ !*.nix !flake.lock !.envrc +!.envrc-local !.envrc-nix !.env !.env/** +!nix-overlays +!nix-overlays/** !README.md !README !COPYRIGHT |