Open
Description
Describe the bug
Pure repl can't load locked flake.
Steps To Reproduce
Steps to reproduce:
- Lock a local flake.
- Load it into a pure repl
$ nix repl --option pure-eval true --pure-eval
Welcome to Nix 2.18.1. Type :? for help.
nix-repl> :lf .
error: cannot use ':load-flake' on locked flake reference '.' (use --impure to override)
nix-repl> :please?
Expected behavior
Pure repl can load a locked flake from a relative path
Pure repl can not load an unlocked flake from anywhere. This part already works. (It doesn't seem to be an errant boolean negation)
nix-env --version
output
Additional context
Priorities
Add 👍 to issues you find important.