add melonloader
This commit is contained in:
parent
56b178a167
commit
82c10b793b
7 changed files with 858 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue