mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-29 03:27:44 +00:00
refactor: remove nix3 alias
This commit is contained in:
parent
e3ab34b341
commit
b3090de0fa
1 changed files with 1 additions and 6 deletions
7
.envrc
7
.envrc
|
@ -7,10 +7,5 @@ watch_file flake.lock
|
|||
{
|
||||
# shell gc root dir
|
||||
mkdir -p "$(direnv_layout_dir)"
|
||||
if test -n "$(command -v nix3)"; then
|
||||
nix=nix3
|
||||
else
|
||||
nix=nix
|
||||
fi
|
||||
eval "$($nix print-dev-env --no-update-lock-file --no-write-lock-file --profile $(direnv_layout_dir)/flake-profile)"
|
||||
eval "$(nix print-dev-env --profile $(direnv_layout_dir)/flake-profile)"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue