alqages/packages/amadaluzian-niri/default.nix

12 lines
341 B
Nix
Raw Permalink Normal View History

2025-04-02 20:37:22 +01:00
{ niri, fetchFromGitHub, ... }:
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 ];
cargoHash = "";
})