nix: use gcc12Stdenv

This commit is contained in:
Mihai Fufezan
2022-07-06 18:41:20 +03:00
parent 141f9810bb
commit f5936f97d6

View File

@@ -32,6 +32,7 @@
src = inputs.wlroots;
});
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
version = "0.6.2beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
wlroots = wlroots-hyprland;
};