mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
envrc: use nix, nix flakes messes up env in a way that breaks shells
This commit is contained in:
3
.envrc
3
.envrc
@ -1,6 +1,5 @@
|
|||||||
# If we are a computer with nix-shell available, then use that to setup
|
# If we are a computer with nix-shell available, then use that to setup
|
||||||
# the build environment with exactly what we need.
|
# the build environment with exactly what we need.
|
||||||
if has nix; then
|
if has nix; then
|
||||||
# Can add ". --impure" if we ever need the parent shell environment. We might.
|
use nix
|
||||||
use flake
|
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user