Skip to content

Commit 1068a40

Browse files
authored
Update .envrc
1 parent 2bb5e8c commit 1068a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app-repo/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ DEVENV_ROOT_FILE="$(mktemp)"
99
printf %s "$PWD" > "$DEVENV_ROOT_FILE"
1010
if ! use flake . --override-input devenv-root "file+file://$DEVENV_ROOT_FILE"
1111
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
12+
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
1313
fi

0 commit comments

Comments
 (0)