update flake.nix to version 0.9.0beta (#451)

This commit is contained in:
Kai
2022-07-31 21:44:51 +02:00
committed by GitHub
parent d44adb1bea
commit 9ac00fe52b

View File

@@ -33,7 +33,7 @@
});
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
version = "0.8.1beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
version = "0.9.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
wlroots = wlroots-hyprland;
};
hyprland-debug = hyprland.override {debug = true;};