about summary refs log tree commit diff
path: root/corepkgs/nar/nar.nix
blob: e0d4878bf4f3facab4d68db761e55e66d8451ff5 (plain) (blame)
1
2
3
4
5
{system, path, hashAlgo}: derivation {
  name = "nar";
  builder = ./nar.sh;
  inherit system path hashAlgo;
}