nix: use gcc13 in the builder

addresses the recent hyprland requirement of gcc13 in builds
This commit is contained in:
NotAShelf 2023-09-06 23:28:12 +03:00 committed by Stanisław Zagórowski
parent e41a707234
commit 11d8167adf

View file

@ -14,7 +14,7 @@
forHyprlandSystems = fn: nixpkgs.lib.genAttrs (builtins.attrNames hyprland.packages) (system: fn system nixpkgs.legacyPackages.${system});
in {
packages = forHyprlandSystems (system: pkgs: rec {
split-monitor-workspaces = pkgs.stdenv.mkDerivation {
split-monitor-workspaces = pkgs.gcc13Stdenv.mkDerivation {
pname = "split-monitor-workspaces";
version = "0.1";
src = nix-filter.lib {