aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-dupAttr-inherit.err.exp
blob: 3e6475a1ca416e90ca15109631849e0e391771c4 (plain)
1
2
3
4
5
error: attribute 'a' already defined at /pwd/lang/eval-fail-dupAttr-inherit.nix:1:16
       at /pwd/lang/eval-fail-dupAttr-inherit.nix:1:19:
            1| { inherit ({}) a; a.b = 1; }
             |                   ^
            2|