diff --git a/pkgs/top-level/template-simple.nix b/pkgs/top-level/template-simple.nix index 86acd22217d2..4eac1fcad0a3 100644 --- a/pkgs/top-level/template-simple.nix +++ b/pkgs/top-level/template-simple.nix @@ -1,13 +1,13 @@ -args: -args.stdenv.mkDerivation { +args: with args; +stdenv.mkDerivation { name = ""; - src = args.fetchurl { + src = fetchurl { url = ; sha256 = ""; }; - buildInputs =(with args; []); + buildInputs =[]; meta = { description = "