summary refs log blame commit diff
path: root/pkgs/top-level/template-simple.nix
blob: 4eac1fcad0a33ebdec0126188765876fdb6e9cbe (plain) (tree)
1
2
3
4
5
6
7
8
9

                     

            
                  



                
                  






                   
args: with args;
stdenv.mkDerivation {
  name = "";

  src = fetchurl {
    url = ;
    sha256 = "";
  };

  buildInputs =[];

  meta = {
    description = "

";
  };
}