Open
Description
It's not practical to run nix repl nixpkgs
and only get "Added 6 variables". This does not tell me which variables. I have to run the output against a plain nix repl
, perform tab completion, and then diff these two outputs.
I'd like to just print the variables which were just loaded into the global scope.