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