feat: expose pydeconz
Expose pydeconz via the nix flake.
This commit is contained in:
parent
67328a0745
commit
0c59324f0a
3 changed files with 31 additions and 29 deletions
|
@ -22,6 +22,9 @@
|
|||
overlays = {
|
||||
deconz = self: super: {
|
||||
deconz = self.qt5.callPackage ./pkgs/deconz { };
|
||||
# This is the path so that the correct python deps and versions can be used
|
||||
# with python{version}Packages.callPackage pydeconz { }
|
||||
pydeconz = ./pkgs/pydeconz;
|
||||
};
|
||||
};
|
||||
systemModule = { hostName, hardwareConfig, config }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue