1 2 3 4 5 6 7
{ system, storePath, hashAlgo }: derivation { name = "nar"; builder = ./nar.sh; inherit system storePath hashAlgo; }