Open
Description
Not sure of this is a bug or desired behavior of the new experimental repl-flake.
With repl-flake enabled and entered my nixos flake, when I run nix repl .#
, only 5 variables added. In my previous workflow with :lf
inside repl, I can see more variables added. Things like input etc are missing by nix repl .#
> nix repl .#
Welcome to Nix 2.13.3. Type :? for help.
Loading installable 'git+file:///home/me/nixos#'...
Added 5 variables.
nix-repl> :lf .#
Added 17 variables