Skip to content

Commit

Permalink
hyprland: remove hyprland pin
Browse files Browse the repository at this point in the history
FIXME: add follows back if NixOS/nixpkgs#319131 is merged

and available in nixos-unstable
hyprutils not available on nixpkgs yet
  • Loading branch information
JohnRTitor committed Jun 14, 2024
1 parent 9047352 commit a06f1bc
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 31 deletions.
172 changes: 147 additions & 25 deletions flake.lock

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

7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@
url = "github:Aylur/ags"; # Aylur GTK Shell, a widget manager/toolkit
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=4cdddcfe466cb21db81af0ac39e51cc15f574da9"; # Hyprland, a Wayland WM, use git submodules too
inputs.nixpkgs.follows = "nixpkgs";
inputs.xdph.follows = "xdph";
inputs.hyprcursor.follows = "hyprcursor";
};
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; # Hyprland, a Wayland WM, use git submodules too
xdph = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit a06f1bc

Please sign in to comment.