Skip to content

Commit

Permalink
Don't mention fetchTree
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 26, 2024
1 parent 1deca0c commit 78abd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libflake/flake/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ void initLib(const Settings & settings)
.atPos(*args[0])
.debugThrow();
if (!input.isFlake)
state.error<EvalError>("'builtins.getFlake' does not permit attribute 'flake = false'; use 'builtins.fetchTree' instead")
state.error<EvalError>("'builtins.getFlake' does not permit attribute 'flake = false'")
.atPos(*args[0])
.debugThrow();

Expand Down

0 comments on commit 78abd11

Please sign in to comment.