forked from DGNum/colmena
.envrc: Use nix-direnv with use flake
This commit is contained in:
parent
7b69946d98
commit
db563caad9
2 changed files with 6 additions and 1 deletions
6
.envrc
6
.envrc
|
@ -1 +1,5 @@
|
||||||
use nix
|
if ! has nix_direnv_version || ! nix_direnv_version 1.4.0; then
|
||||||
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.4.0/direnvrc" "sha256-4XfVDjv75eHMWN4G725VW7BoOV4Vl3vAabK4YXIfPyE="
|
||||||
|
fi
|
||||||
|
|
||||||
|
use flake
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/target
|
/target
|
||||||
|
/.direnv
|
||||||
|
|
Loading…
Add table
Reference in a new issue