mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-16 22:05:58 +01:00
flake.nix: remove libinput overlay
This commit is contained in:
parent
561f50bfae
commit
cff00196f0
1 changed files with 0 additions and 15 deletions
15
flake.nix
15
flake.nix
|
@ -48,7 +48,6 @@
|
||||||
default = self.overlays.aquamarine;
|
default = self.overlays.aquamarine;
|
||||||
|
|
||||||
aquamarine = lib.composeManyExtensions [
|
aquamarine = lib.composeManyExtensions [
|
||||||
self.overlays.libinput
|
|
||||||
inputs.hyprutils.overlays.default
|
inputs.hyprutils.overlays.default
|
||||||
inputs.hyprwayland-scanner.overlays.default
|
inputs.hyprwayland-scanner.overlays.default
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
|
@ -59,20 +58,6 @@
|
||||||
aquamarine-with-tests = final.aquamarine.override {doCheck = true;};
|
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: {
|
packages = eachSystem (system: {
|
||||||
|
|
Loading…
Reference in a new issue