We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb5e8c commit 1068a40Copy full SHA for 1068a40
templates/app-repo/.envrc
@@ -9,5 +9,5 @@ DEVENV_ROOT_FILE="$(mktemp)"
9
printf %s "$PWD" > "$DEVENV_ROOT_FILE"
10
if ! use flake . --override-input devenv-root "file+file://$DEVENV_ROOT_FILE"
11
then
12
- echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
+ echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to flake.nix and hit enter to try again." >&2
13
fi
0 commit comments