fix(flake:hyprland.url): temp fix for error building hyprland

This commit is contained in:
ooks-io 2024-05-06 17:05:08 +12:00
parent 5a33d4cf22
commit af432a8799

View file

@ -42,7 +42,7 @@
};
hyprland = {
url = "github:hyprwm/hyprland";
url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; # FIXME: https://github.com/hyprwm/Hyprland/issues/5891
inputs.nixpkgs.follows = "nixpkgs";
};
@ -53,6 +53,8 @@
hyprlock.url = "github:hyprwm/hyprlock";
xdg-portal-hyprland.url = "github:hyprwm/xdg-desktop-portal-hyprland";
hypridle = {
url = "github:hyprwm/hypridle";
inputs.nixpkgs.follows = "nixpkgs";
@ -85,6 +87,11 @@
nixarr = {
url = "github:rasmus-kirk/nixarr";
};
nixpkgs-wayland = {
url = "github:nix-community/nixpkgs-wayland";
inputs.nixpkgs.follows = "nixpkgs";
};
};