structureee
This commit is contained in:
14
doerg/package.nix
Normal file
14
doerg/package.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ mkCljBin
|
||||
, nodejs
|
||||
}:
|
||||
|
||||
mkCljBin {
|
||||
name = "net.deertopia/doerg";
|
||||
version = "1.0.0";
|
||||
projectSrc = ./.;
|
||||
lockfile = ../deps-lock.json;
|
||||
main-ns = "net.deertopia.doerg.main";
|
||||
buildInputs = [
|
||||
nodejs
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user