aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-attr-name-type.nix
blob: a0e76004a395702efed3a7140efc7bd9c34dd783 (about) (plain) (blame)
1
2
3
4
5
6
7
let
  attrs = {
    puppy.doggy = {};
  };
  key = 1;
in
  attrs.puppy.${key}