Add .envrc for nix-shell easyness
This commit is contained in:
parent
426e3ee19e
commit
41a2bd1047
2 changed files with 6 additions and 1 deletions
2
.envrc
Normal file
2
.envrc
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
use_nix
|
||||||
|
unset PS1
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,6 +1,9 @@
|
||||||
|
# Haykll site
|
||||||
_cache
|
_cache
|
||||||
_site
|
_site
|
||||||
result
|
result
|
||||||
|
|
||||||
|
# Haskell stuff
|
||||||
site
|
site
|
||||||
*.dyn_hi
|
*.dyn_hi
|
||||||
*.dyn_o
|
*.dyn_o
|
||||||
|
|
@ -8,5 +11,5 @@ site
|
||||||
*.o
|
*.o
|
||||||
generateSealPosts
|
generateSealPosts
|
||||||
|
|
||||||
|
# Direnv lorri stuff
|
||||||
.direnv
|
.direnv
|
||||||
.envrc
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue