overlays/polymc: delete

This commit is contained in:
LavaDesu 2022-04-14 13:24:11 +07:00
parent 26d248d971
commit e7db438520
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 0 additions and 16 deletions

View file

@ -3,7 +3,6 @@ builtins.map (path: import path) [
./eww.nix
./material-icons.nix
./picom.nix
./polymc.nix
./rofi.nix
./xinit.nix
]

View file

@ -1,15 +0,0 @@
self: super: {
polymc = super.polymc.overrideAttrs(old: rec {
version = "1.1.0";
cmakeFlags = old.cmakeFlags ++ [ "-DLauncher_PORTABLE=0" ];
src = self.fetchFromGitHub {
owner = "PolyMC";
repo = "PolyMC";
rev = version;
sha256 = "sha256-p5vbpNZI/JiQJclEo/Pu/46qVul+3DAzaoow8jabHrI=";
fetchSubmodules = true;
};
});
}