flake.nix: use better format for hyprland ref
This commit is contained in:
parent
fb03dd97f7
commit
248879e0f2
10
flake.nix
10
flake.nix
@ -44,6 +44,7 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# https://github.com/nix-community/lanzaboote/releases
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
url = "github:nix-community/lanzaboote/v0.4.1";
|
url = "github:nix-community/lanzaboote/v0.4.1";
|
||||||
|
|
||||||
@ -51,7 +52,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# no inputs.nixpkgs.follows so i can use cachix
|
# 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 = {
|
hyprwm-contrib = {
|
||||||
url = "github:hyprwm/contrib";
|
url = "github:hyprwm/contrib";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user