Skip to content

Commit

Permalink
flake.nix: remove libinput overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Aug 30, 2024
1 parent 561f50b commit cff0019
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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: {
Expand Down

0 comments on commit cff0019

Please sign in to comment.