2025-04-02 20:37:22 +01:00
|
|
|
{ niri, fetchFromGitHub, ... }:
|
2025-02-17 04:40:13 +00:00
|
|
|
niri.overrideAttrs (finalAttrs: {
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "YaLTeR";
|
|
|
|
repo = "niri";
|
|
|
|
rev = "master";
|
|
|
|
hash = "sha256-BVTlrmelSAq+rlxwlRvsyZxHrmcviRu3aHJYG37Yq8c=";
|
|
|
|
};
|
2025-04-02 21:06:44 +01:00
|
|
|
patches = (finalAttrs.patches or [ ]) ++ [ ./0001-ipc-_-90-180-270-Normal-90-180-270.patch ];
|
2025-02-17 04:40:13 +00:00
|
|
|
cargoHash = "";
|
|
|
|
})
|