add melonloader

This commit is contained in:
do butterflies cry? 2026-03-07 16:41:24 +10:00
parent 56b178a167
commit 82c10b793b
Signed by: cry
GPG key ID: F68745A836CA0412
7 changed files with 858 additions and 0 deletions

View file

@ -22,6 +22,10 @@
pkgs = super;
};
sddm-theme-sugar-dark = import ../packages/sddm-theme/sugar-dark.nix {
inherit pkgs;
};
# in wake of CVE-2022-3602/CVE-2022-3786
nginxStable = super.nginxStable.override {openssl = super.libressl;};
nginx = super.nginx.override {openssl = super.libressl;};
@ -35,5 +39,7 @@
});
awww = inputs.awww.packages.${system}.awww;
melonloader = import ../packages/melonloader/package.nix super;
}
)