Nix: use gcc13Stdenv

This commit is contained in:
Mihai Fufezan 2023-09-07 11:20:08 +03:00
parent cc5852faa2
commit 0be6b03ee9
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View file

@ -30,6 +30,7 @@ in {
# Hyprland packages themselves
(final: prev: {
hyprland = final.callPackage ./default.nix {
stdenv = final.gcc13Stdenv;
version = "${props.version}+date=${mkDate (self.lastModifiedDate or "19700101")}_${self.shortRev or "dirty"}";
wlroots = final.wlroots-hyprland;
commit = self.rev or "";