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