mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 10:10: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
|