aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-derivation-name.nix
blob: e779ad6ff5e9288ca5a6d88dff5f700617a96cd1 (about) (plain) (blame)
1
2
3
4
5
derivation {
  name = "~jiggle~";
  system = "some-system";
  builder = "/dontcare";
}