fab-city-software-kit/.envrc

12 lines
134 B
Plaintext
Raw Normal View History

2022-07-12 16:43:46 +02:00
watch_file **/*.nix
watch_file flake.lock
2022-07-12 14:16:19 +02:00
2022-07-12 16:43:46 +02:00
if (nix help flake &> /dev/null)
then
use flake
else
use nix
fi
2022-07-12 18:38:59 +02:00
eval "$shellHook"