flake.nix: remove libinput overlay

This commit is contained in:
Mihai Fufezan 2024-08-30 14:09:56 +03:00
parent 561f50bfae
commit cff00196f0
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
1 changed files with 0 additions and 15 deletions

View File

@ -48,7 +48,6 @@
default = self.overlays.aquamarine;
aquamarine = lib.composeManyExtensions [
self.overlays.libinput
inputs.hyprutils.overlays.default
inputs.hyprwayland-scanner.overlays.default
(final: prev: {
@ -59,20 +58,6 @@
aquamarine-with-tests = final.aquamarine.override {doCheck = true;};
})
];
libinput = final: prev: {
libinput = prev.libinput.overrideAttrs (self: super: {
version = "1.26.0";
src = final.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libinput";
repo = "libinput";
rev = self.version;
hash = "sha256-mlxw4OUjaAdgRLFfPKMZDMOWosW9yKAkzDccwuLGCwQ=";
};
});
};
};
packages = eachSystem (system: {