overlays/polymc: init to bump to 1.1.0
This commit is contained in:
parent
99339fe4c4
commit
16c091ecfc
2 changed files with 14 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ builtins.map (path: import path) [
|
||||||
./discord.nix
|
./discord.nix
|
||||||
./material-icons.nix
|
./material-icons.nix
|
||||||
./picom.nix
|
./picom.nix
|
||||||
|
./polymc.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./xinit.nix
|
./xinit.nix
|
||||||
]
|
]
|
||||||
|
|
|
||||||
13
overlays/polymc.nix
Normal file
13
overlays/polymc.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
self: super: {
|
||||||
|
polymc = super.polymc.overrideAttrs(_: rec {
|
||||||
|
version = "1.1.0";
|
||||||
|
|
||||||
|
src = self.fetchFromGitHub {
|
||||||
|
owner = "PolyMC";
|
||||||
|
repo = "PolyMC";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "sha256-p5vbpNZI/JiQJclEo/Pu/46qVul+3DAzaoow8jabHrI=";
|
||||||
|
fetchSubmodules = true;
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue