c9495ea881
In order to increase determinism in the build environment, we are having direnv load the shell environment from the flake's `devShell` output, instead of the traditional `nix-shell` approach. Of course, one can still enter a `nix-shell` manually on a system without flake support installed.
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
# reload when these files change
|
|
watch_file flake.nix
|
|
watch_file flake.lock
|
|
# load the flake devShell
|
|
eval "$(nix print-dev-env)"
|