add direnv
This commit is contained in:
parent
0429b29a64
commit
af8f53361f
2 changed files with 8 additions and 1 deletions
5
.envrc
Normal file
5
.envrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
|
||||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
|
||||
fi
|
||||
use flake
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
result
|
||||
*-profile*
|
||||
.direnv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue