Added package template
This commit is contained in:
parent
78023b3b12
commit
868d01d3a1
3 changed files with 37 additions and 0 deletions
16
package/package.nix
Normal file
16
package/package.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "";
|
||||
version = "";
|
||||
|
||||
meta = with lib; {
|
||||
description = "";
|
||||
homepage = "";
|
||||
license = licenses.;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue