nixpkgs/pkgs/top-level/template-simple.nix
Yury G. Kudryashov 7a3b9fc2f8 Just another simple template
svn path=/nixpkgs/trunk/; revision=9247
2007-09-04 09:52:29 +00:00

18 lines
169 B
Nix

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