Skip to content

Commit

Permalink
OS upgrade + Hyprland build fix
Browse files Browse the repository at this point in the history
Hyprland wouldn't build without git submodules: hyprwm/Hyprland#5891
  • Loading branch information
Munsio committed May 28, 2024
1 parent aaa7aa4 commit 95aa4ac
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 54 deletions.
88 changes: 35 additions & 53 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
};

hyprland = {
url = "github:hyprwm/Hyprland";
type = "git";
url = "https://github.com/hyprwm/Hyprland";
submodules = true;
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

Expand Down

0 comments on commit 95aa4ac

Please sign in to comment.