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