Compare commits

..

2 Commits

Author SHA1 Message Date
Tim Hunter
d5ac09e92f
Merge pull request #4578 from quantum9Innovation/nix-direnv
feat(nix): add .direnv
2025-01-27 09:58:14 -10:00
Ananth Venkatesh
3aa0c1a73b
feat(nix): add .direnv
very commonly used to enter Nix devshells (see https://github.com/nix-community/nix-direnv for more info)
2025-01-24 21:07:42 -05:00

View File

@ -1,3 +1,6 @@
# Ignore build outputs from performing a nix-build or `nix build` command # Ignore build outputs from performing a nix-build or `nix build` command
result result
result-* result-*
# Ignore automatically generated direnv output
.direnv