mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 23:25:57 +01:00
update flake to 0.9.1
and again :D
This commit is contained in:
parent
02fbb3a417
commit
3fabf1c483
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
});
|
});
|
||||||
hyprland = prev.callPackage ./nix/default.nix {
|
hyprland = prev.callPackage ./nix/default.nix {
|
||||||
stdenv = prev.gcc12Stdenv;
|
stdenv = prev.gcc12Stdenv;
|
||||||
version = "0.9.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
|
version = "0.9.1beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
|
||||||
wlroots = wlroots-hyprland;
|
wlroots = wlroots-hyprland;
|
||||||
};
|
};
|
||||||
hyprland-debug = hyprland.override {debug = true;};
|
hyprland-debug = hyprland.override {debug = true;};
|
||||||
|
|
Loading…
Reference in a new issue