mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
When we run `nix repl nixpkgs` we get "Added 6 variables". This is not useful as it doesn't tell us which variables the flake has exported to our global repl scope. This patch prints the name of each variable that was just loaded. We currently cap printing to 20 variables in order to avoid excessive prints. https://github.com/NixOS/nix/issues/11404 |
||
---|---|---|
.. | ||
functional | ||
installer | ||
nixos | ||
repl-completion.nix |