mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
fix module pkg
This commit is contained in:
parent
2f4766ad8a
commit
d98ebf937d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
inherit (cfg.proxy) listen https address;
|
||||
};
|
||||
}));
|
||||
pkg = self.defaultPackage.${pkgs.system};
|
||||
pkg = self.packages.${pkgs.system}.default;
|
||||
in {
|
||||
options.programs.haze = {
|
||||
enable = mkEnableOption "haze";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue