mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-11 01:20:06 +01:00
4 lines
181 B
Bash
4 lines
181 B
Bash
if ! use flake . --impure
|
|
then
|
|
echo "devenv could not be build. The devenv environment was not loaded. Make the necessary changes to flake.nix and hit enter to try again." >&2
|
|
fi
|