This commit is contained in:
parent
97ee77f9bb
commit
3f1abb9956
1 changed files with 7 additions and 5 deletions
|
|
@ -47,13 +47,15 @@
|
||||||
craneLib = craneLib;
|
craneLib = craneLib;
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
|
||||||
{
|
|
||||||
packages = rec {
|
|
||||||
# How to launch binary
|
# How to launch binary
|
||||||
plcom = pkgs.writeShellScriptBin "plcom" ''
|
plcom = pkgs.writeShellScriptBin "plcom" ''
|
||||||
PLCOM_ASSETS_PATH=${plcomAssets} ${plcomBinary}/bin/plcom
|
PLCOM_ASSETS_PATH=${plcomAssets} ${plcomBinary}/bin/plcom
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
in
|
||||||
|
{
|
||||||
|
packages = {
|
||||||
|
inherit plcom;
|
||||||
default = plcom;
|
default = plcom;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue