feat: added ristate

main
Ricard Illa 2023-08-01 12:48:39 +02:00
parent 56eac5d1c4
commit ee92a7bd9a
Signed by: rilla
GPG Key ID: 525307BD467E4205
2 changed files with 16 additions and 0 deletions

View File

@ -47,6 +47,21 @@
};
})
(self: super: {
ristate = super.ristate.overrideAttrs (old: rec {
src = super.fetchFromGitLab {
owner = "snakedye";
repo = "ristate";
rev = "92e989f26cadac69af1208163733e73b4cf447da";
sha256 = "sha256-6slH7R6kbSXQBd7q38oBEbngaCbFv0Tyq34VB1PAfhM=";
};
cargoDeps = old.cargoDeps.overrideAttrs (super.lib.const {
inherit src;
outputHash = "sha256-fOo9C0dNL9dYy5wXq/yEDqOV0OhOTEY42XK8ShpQh6k=";
});
});
})
# These packages seem to be broken on the unstable channel, so I'm using
# the stable versions for now. Currently this is not happening for any
# package that I use :)

View File

@ -21,6 +21,7 @@
light
pamixer
playerctl
ristate
river
swaybg
wl-clipboard