Steps To Reproduce
- Run
nix repl
- Import a flake from a local git repository using the format
$path?re{v,f}=$id
- Try again using a different
$id
- Compare the reported hashes
Expected behavior
They’re different—that is, getFlake got different revisions
nix --version output
nix (Nix) 2.5pre20211007_844dd90
Additional context
It’s still possible by writing git+file:$path?re{v,f}=$id.
Steps To Reproduce
nix repl$path?re{v,f}=$id$idExpected behavior
They’re different—that is,
getFlakegot different revisionsnix --versionoutputAdditional context
It’s still possible by writing
git+file:$path?re{v,f}=$id.