Add cli to flake and set default
This commit is contained in:
parent
aef2761f9f
commit
421cc06d6c
1 changed files with 9 additions and 0 deletions
|
|
@ -30,6 +30,15 @@
|
||||||
|
|
||||||
pythonImportsCheck = [ "mitel_ommclient2" ];
|
pythonImportsCheck = [ "mitel_ommclient2" ];
|
||||||
};
|
};
|
||||||
|
default = self.packages.x86_64-linux.mitel-ommclient2;
|
||||||
|
};
|
||||||
|
|
||||||
|
apps.x86_64-linux = {
|
||||||
|
ommclient2 = {
|
||||||
|
type = "app";
|
||||||
|
program = self.packages.x86_64-linux.mitel-ommclient2 + "/bin/ommclient2";
|
||||||
|
};
|
||||||
|
default = self.apps.x86_64-linux.ommclient2;
|
||||||
};
|
};
|
||||||
|
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue