1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/tests/functional/lang/eval-fail-derivation-name.nix
2024-06-25 19:41:29 +02:00

5 lines
87 B
Nix

derivation {
name = "~jiggle~";
system = "some-system";
builder = "/dontcare";
}