diff options
Diffstat (limited to '')
| -rw-r--r-- | .envrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..76e39ee --- /dev/null +++ b/.envrc @@ -0,0 +1,6 @@ +watch_file flake.nix +watch_file flake.lock +if ! use flake . --impure +then + echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2 +fi |