mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
If a dynamic attribute name evaluates to null, remove it from the set
This commit is contained in:
parent
2caab81660
commit
908e9ce259
3 changed files with 11 additions and 1 deletions
1
tests/lang/eval-okay-null-dynamic-attrs.nix
Normal file
1
tests/lang/eval-okay-null-dynamic-attrs.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ ${null} = true; } == {}
|
Loading…
Add table
Add a link
Reference in a new issue