From 031a54752e30686f5127536adacc8bda07e38ccb Mon Sep 17 00:00:00 2001 From: David Guibert Date: Thu, 14 Nov 2024 20:25:13 +0100 Subject: [PATCH] compile with hyprland stdenv (avoid gcc version mismatchs) (#135) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7bb17a4..0b38baf 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.gcc13Stdenv.mkDerivation { + split-monitor-workspaces = hyprland.packages.${system}.hyprland.stdenv.mkDerivation { pname = "split-monitor-workspaces"; version = "0.1"; src = nix-filter.lib {