Add testcase for attrset using __overrides and dynamic attrs

This commit is contained in:
puck 2019-11-25 13:03:54 +00:00
parent cd55f91ad2
commit cdadbf7708
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
{ __overrides = { bar = "qux"; }; bar = "qux"; foo = "bar"; }

View file

@ -0,0 +1,4 @@
rec {
"${"foo"}" = "bar";
__overrides = { bar = "qux"; };
}