Skip to content

Commit 78abd11

Browse files
committed
Don't mention fetchTree
1 parent 1deca0c commit 78abd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libflake/flake/flake.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ void initLib(const Settings & settings)
863863
.atPos(*args[0])
864864
.debugThrow();
865865
if (!input.isFlake)
866-
state.error<EvalError>("'builtins.getFlake' does not permit attribute 'flake = false'; use 'builtins.fetchTree' instead")
866+
state.error<EvalError>("'builtins.getFlake' does not permit attribute 'flake = false'")
867867
.atPos(*args[0])
868868
.debugThrow();
869869

0 commit comments

Comments
 (0)