mirror of
https://github.com/Trensa-Organization/split-monitor-workspaces.git
synced 2025-03-15 11:13:39 +01:00
nix: use gcc13 in the builder
addresses the recent hyprland requirement of gcc13 in builds
This commit is contained in:
parent
e41a707234
commit
11d8167adf
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue