1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 17:59:36 +01:00
nix/corepkgs/nar/nar.nix
2003-11-22 20:39:51 +00:00

6 lines
103 B
Nix

{system, path}: derivation {
name = "nar";
builder = ./nar.sh;
system = system;
path = path;
}