update flake to 0.9.1

and again :D
This commit is contained in:
Kai 2022-08-02 22:40:37 +02:00 committed by GitHub
parent 02fbb3a417
commit 3fabf1c483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
});
hyprland = prev.callPackage ./nix/default.nix {
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;
};
hyprland-debug = hyprland.override {debug = true;};