diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/flakes/show.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/flakes/show.sh b/tests/flakes/show.sh index 6f886ccfb..a3d300552 100644 --- a/tests/flakes/show.sh +++ b/tests/flakes/show.sh @@ -65,7 +65,8 @@ assert show_output == { }; true ' -# Test that legacyPackages with errors are handled correctly. +# Test that attributes with errors are handled correctly. +# nixpkgs.legacyPackages is a particularly prominent instance of this. cat >flake.nix <<EOF { outputs = inputs: { |