nix copy --from file://
requires unexpected flake in cwd
#10217
Labels
nix copy --from file://
requires unexpected flake in cwd
#10217
Describe the bug
nix copy --from file://
on a directory created bynix copy --to file://
fails because it cannot find aflake.nix
in the current working directory, or above.Steps To Reproduce
Expected behavior
I expect the
nix copy --from
command to import the binary cache to the system's (but effectively being noop because the derivation already exists there?).nix-env --version
outputAdditional context
I have
nix-command flakes
enabled globally, but overriding using--experimental-features nix-command
yields the same error.Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: