Skip to content

Commit

Permalink
fixup! fetchClosure: Allow input addressed paths in pure mode
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jun 5, 2023
1 parent 879ebb6 commit f4c8ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fetchClosure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [[ "$NIX_REMOTE" != "daemon" ]]; then
fromStore = \"file://$cacheDir\";
fromPath = $nonCaPath;
}
" | tee /dev/stderr | grepQuiet -E "The .fromPath. value .* is input addressed, but input addressing was not requested. If you do intend to return an input addressed store path, add .inputAddressed = true;. to the .fetchClosure. arguments."
" | grepQuiet -E "The .fromPath. value .* is input addressed, but input addressing was not requested. If you do intend to return an input addressed store path, add .inputAddressed = true;. to the .fetchClosure. arguments."

[ -e $nonCaPath ]

Expand Down

0 comments on commit f4c8ee3

Please sign in to comment.