1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/tests
Kevin Robert Stravers 3c9b9b13af
nix repl: Print which variables are just loaded
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
2025-06-05 17:32:57 -04:00
..
functional nix repl: Print which variables are just loaded 2025-06-05 17:32:57 -04:00
installer Format .nix files 2025-01-24 17:04:02 +01:00
nixos Make the S3 test more robust 2025-05-24 01:30:51 +02:00
repl-completion.nix Format .nix files 2025-01-24 17:04:02 +01:00