about summary refs log blame commit diff
path: root/corepkgs/nar/nar.nix
blob: f288e0ed49e67e3288a21be492db071e51d4de69 (plain) (tree)
1
2
3
4
5
6





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