flake.lock: update nixpkgs

flake.nix, nix/overlays.nix: remove wayland-latest overlay (1.22 now in nixpkgs)
This commit is contained in:
Mihai Fufezan 2023-05-03 00:15:56 +03:00
parent 72b118cd8f
commit 2e28e88dfd
No known key found for this signature in database
GPG key ID: 5899325F2F120900
3 changed files with 3 additions and 15 deletions

View file

@ -39,7 +39,6 @@
overlays = [
self.overlays.hyprland-packages
self.overlays.wlroots-hyprland
self.overlays.wayland-latest
inputs.hyprland-protocols.overlays.default
];
});