Files
nix-config/.envrc

8 lines
246 B
Plaintext
Raw Normal View History

2025-09-03 11:45:12 +02:00
# -*- mode: sh; -*-
2025-05-04 02:47:36 +02:00
watch_file flake.nix
watch_file flake.lock
if ! use flake . --no-pure-eval
then
echo "dev shell could not be built. The environment was not loaded. Make the necessary changes to flake.nix and hit enter to try again." >&2
2025-05-04 02:47:36 +02:00
fi