feat: expose pydeconz

Expose pydeconz via the nix flake.
This commit is contained in:
Maurice B. Lewis 2020-10-11 08:13:22 +00:00
parent 67328a0745
commit 0c59324f0a
No known key found for this signature in database
GPG key ID: 4BBC645F979A88FA
3 changed files with 31 additions and 29 deletions

View file

@ -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 }: