1
Fork 0
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:
Kevin Amado 2022-02-16 21:40:13 -05:00
parent e3ab34b341
commit b3090de0fa
No known key found for this signature in database
GPG key ID: FFF341057F503148

7
.envrc
View file

@ -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)"
}