about summary refs log tree commit diff
path: root/corepkgs/nar/nar.nix
blob: da63bde9a62ec131bf480449aadef35620c741c2 (plain) (blame)
1
2
3
4
5
6
7
{system, storePath, hashAlgo}: 

derivation {
  name = "nar";
  builder = ./nar.sh;
  inherit system storePath hashAlgo;
}