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
|
2026-03-29 13:32:19 +02:00
|
|
|
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
|