diff options
author | Mihai Fufezan <[email protected]> | 2023-05-03 00:15:56 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-05-03 00:15:58 +0300 |
commit | 2e28e88dfdca3d836c5dbedb916e0f629fc6a540 (patch) | |
tree | 0b2f016c65d77375315fd984bc9a11475d4e294d /flake.nix | |
parent | 72b118cd8f8fc56e611a6b357c844637b85ccc54 (diff) | |
download | Hyprland-2e28e88dfdca3d836c5dbedb916e0f629fc6a540.tar.gz Hyprland-2e28e88dfdca3d836c5dbedb916e0f629fc6a540.zip |
flake.lock: update nixpkgs
flake.nix, nix/overlays.nix: remove wayland-latest overlay (1.22 now in nixpkgs)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ overlays = [ self.overlays.hyprland-packages self.overlays.wlroots-hyprland - self.overlays.wayland-latest inputs.hyprland-protocols.overlays.default ]; }); |