8 lines
246 B
Bash
8 lines
246 B
Bash
# -*- 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
|