mirror of
https://git.clerie.de/clerie/mitel_ommclient2.git
synced 2026-01-02 20:28:12 +00:00
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" ];
|
||||
};
|
||||
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue