Skip to content

Commit

Permalink
compile with hyprland stdenv (avoid gcc version mismatchs) (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguibert authored Nov 14, 2024
1 parent 131bc5b commit 031a547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 031a547

Please sign in to comment.