mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 05:29:39 +00:00
Move .envrc to .envrc.recommended to make it opt-in
This commit is contained in:
parent
ded62ff566
commit
329720821b
3 changed files with 7 additions and 4 deletions
3
.envrc
3
.envrc
|
@ -1,3 +0,0 @@
|
|||
if has nix; then
|
||||
use flake
|
||||
fi
|
5
.envrc.recommended
Normal file
5
.envrc.recommended
Normal file
|
@ -0,0 +1,5 @@
|
|||
# To use: echo "source_env .envrc.recommended" >> .envrc
|
||||
|
||||
if has nix; then
|
||||
use flake
|
||||
fi
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
/target/
|
||||
.direnv
|
||||
.envrc
|
||||
# generated by nix build, nix-build
|
||||
result
|
||||
# generated by the insta crate
|
||||
*.pending-snap
|
||||
.direnv
|
||||
|
|
Loading…
Reference in a new issue