Files

8 lines
246 B
Bash
Raw Permalink Normal View History

2026-07-09 17:23:56 +02:00
# -*- mode: sh; -*-
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
fi