1
0
Fork 0
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:
Shea Levy 2014-03-09 14:24:47 -04:00 committed by Eelco Dolstra
parent 2caab81660
commit 908e9ce259
3 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1 @@
{ ${null} = true; } == {}