1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

Merge pull request #119 from kamadorueda/kamadorueda

refactor: remove nix3 alias
This commit is contained in:
Kevin Amado 2022-02-16 21:40:50 -05:00 committed by GitHub
commit a230667792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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