nixpkgs/pkgs/top-level/template-simple.nix

18 lines
169 B
Nix

args: with args;
stdenv.mkDerivation {
name = "";
src = fetchurl {
url = ;
sha256 = "";
};
buildInputs =[];
meta = {
description = "
";
};
}