meow lucy should commit more often xd
This commit is contained in:
parent
e865cd7c8f
commit
e986986e79
9 changed files with 124 additions and 212 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue