mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
5 lines
87 B
Nix
5 lines
87 B
Nix
derivation {
|
|
name = "~jiggle~";
|
|
system = "some-system";
|
|
builder = "/dontcare";
|
|
}
|