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
|
||||
_site
|
||||
result
|
||||
|
||||
# Haskell stuff
|
||||
site
|
||||
*.dyn_hi
|
||||
*.dyn_o
|
||||
|
|
@ -8,5 +11,5 @@ site
|
|||
*.o
|
||||
generateSealPosts
|
||||
|
||||
# Direnv lorri stuff
|
||||
.direnv
|
||||
.envrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue