flake.nix: use better format for hyprland ref

This commit is contained in:
NullBite 2024-10-12 18:48:53 +02:00
parent fb03dd97f7
commit 248879e0f2
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -44,6 +44,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# https://github.com/nix-community/lanzaboote/releases
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";
@ -51,7 +52,14 @@
};
# no inputs.nixpkgs.follows so i can use cachix
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
# https://github.com/hyprwm/Hyprland/releases
# hyprland.url = "git+https://github.com/hyprwm/Hyprland?rev=v0.4.1&submodules=1";
hyprland = {
type = "git";
url = "https://github.com/hyprwm/Hyprland";
submodules = true;
# ref = "refs/tags/v0.44.1";
};
hyprwm-contrib = {
url = "github:hyprwm/contrib";