flake.lock: update nixpkgs
flake.nix, nix/overlays.nix: remove wayland-latest overlay (1.22 now in nixpkgs)
This commit is contained in:
parent
72b118cd8f
commit
2e28e88dfd
3 changed files with 3 additions and 15 deletions
|
|
@ -94,15 +94,4 @@ in {
|
|||
});
|
||||
};
|
||||
};
|
||||
|
||||
# Temporary override for latest wayland version. May be useless in the future.
|
||||
wayland-latest = final: prev: {
|
||||
wayland = prev.wayland.overrideAttrs (old: rec {
|
||||
version = "1.22.0";
|
||||
src = final.fetchurl {
|
||||
url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/${old.pname}-${version}.tar.xz";
|
||||
hash = "sha256-FUCvHqaYpHHC2OnSiDMsfg/TYMjx0Sk267fny8JCWEI=";
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue