Add gitignore and envrc
This commit is contained in:
parent
7442479948
commit
f55594b02c
1
templates/nix-flake/.envrc
Normal file
1
templates/nix-flake/.envrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
use flake
|
8
templates/nix-flake/.gitignore
vendored
Normal file
8
templates/nix-flake/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# ignore `nix build` output
|
||||||
|
/result
|
||||||
|
|
||||||
|
# ignore direnv cache stuff
|
||||||
|
/.direnv
|
||||||
|
|
||||||
|
# ignore pre-commit hooks as installed by direnv
|
||||||
|
/.pre-commit-config.yaml
|
Loading…
Reference in a new issue