1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 14:32:45 -04:00
nix/tests
Kevin Robert Stravers e3c6451d5f
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 10 variables in order to avoid excessive
prints.

https://github.com/NixOS/nix/issues/11404
2024-09-21 02:57:41 -04:00
..
functional nix repl: Print which variables are just loaded 2024-09-21 02:57:41 -04:00
installer Revert "tests.installer: Load profile with -o unset" 2024-09-18 23:06:01 +02:00
nixos Add test 2024-09-11 17:27:39 +02:00
unit unitests: fix tmpdir when running with meson on macOS 2024-09-17 19:15:01 +02:00
repl-completion.nix Add repl completion test 2024-05-27 09:58:49 +02:00