diff options
author | Mihai Fufezan <[email protected]> | 2022-07-06 18:41:20 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-07-06 18:41:20 +0300 |
commit | f5936f97d6e45f8a17003aea8d8b6514eb666daf (patch) | |
tree | 4706be494a0be63b1a7b21e0cf2db3a5562e51f3 /flake.nix | |
parent | 141f9810bbfc8473a19a6985b095cedb973b01dc (diff) | |
download | Hyprland-f5936f97d6e45f8a17003aea8d8b6514eb666daf.tar.gz Hyprland-f5936f97d6e45f8a17003aea8d8b6514eb666daf.zip |
nix: use gcc12Stdenv
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; }; |