From 11d8167adf0b49969df0af5ba0d8777f96e5f5c0 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 6 Sep 2023 23:28:12 +0300 Subject: [PATCH] nix: use gcc13 in the builder addresses the recent hyprland requirement of gcc13 in builds --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1d27038..7bb17a4 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {