meow lucy should commit more often xd

This commit is contained in:
Lucy Hochkamp 2025-09-16 09:54:20 +02:00
parent e865cd7c8f
commit e986986e79
No known key found for this signature in database
9 changed files with 124 additions and 212 deletions

View file

@ -2,11 +2,11 @@ inputs: self: super: {
xwayland-satellite = inputs.xwayland-satellite.packages.${super.system}.default;
mtxclient = super.mtxclient.overrideAttrs (old: {
version = old.version + "-git";
version = "git-${builtins.substring 0 8 inputs.nheko.rev}";
src = inputs.mtxclient;
});
nheko = super.nheko.overrideAttrs (old: {
version = old.version + "-patched";
version = "git-${builtins.substring 0 8 inputs.nheko.rev}-patched";
src = inputs.nheko;
patches = (old.patches or [ ]) ++ [
(self.fetchpatch2 {