From 248879e0f2636817d8a5cbf36a7fce312667b0e0 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 12 Oct 2024 18:48:53 +0200 Subject: [PATCH] flake.nix: use better format for hyprland ref --- flake.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5ab32bf..689f382 100644 --- a/flake.nix +++ b/flake.nix @@ -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";