fix(flake): fix package outputs
This commit is contained in:
parent
8ecbcf1a28
commit
438c738018
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
packages = pkgs.callPackage ./pkgs { };
|
||||
packages = import ./pkgs { inherit pkgs; };
|
||||
|
||||
apps = {
|
||||
deconz = flake-utils.lib.mkApp { drv = config.packages.deconz; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue