Add cli to flake and set default

This commit is contained in:
clerie 2022-10-16 11:48:57 +02:00
parent aef2761f9f
commit 421cc06d6c
1 changed files with 9 additions and 0 deletions

View File

@ -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 = {