Add cli to flake and set default
This commit is contained in:
parent
aef2761f9f
commit
421cc06d6c
@ -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…
Reference in New Issue
Block a user