1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

fix module pkg

This commit is contained in:
Robin Appelman 2023-06-18 16:50:14 +02:00
commit d98ebf937d

View file

@ -109,7 +109,7 @@
inherit (cfg.proxy) listen https address; inherit (cfg.proxy) listen https address;
}; };
})); }));
pkg = self.defaultPackage.${pkgs.system}; pkg = self.packages.${pkgs.system}.default;
in { in {
options.programs.haze = { options.programs.haze = {
enable = mkEnableOption "haze"; enable = mkEnableOption "haze";