From fcd428ba73f1d2180d443083db346f7c1130f8f8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 22 Jul 2025 20:58:46 -0400 Subject: refactor config out of modules/options.nix --- pkgs/unofficial-homestuck-collection/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs') diff --git a/pkgs/unofficial-homestuck-collection/default.nix b/pkgs/unofficial-homestuck-collection/default.nix index ec09b2b..0fdf05e 100644 --- a/pkgs/unofficial-homestuck-collection/default.nix +++ b/pkgs/unofficial-homestuck-collection/default.nix @@ -94,10 +94,10 @@ stdenv.mkDerivation (finalAttrs: { --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \ --add-flags --no-sandbox \ --set LD_LIBRARY_PATH "${ - lib.makeLibraryPath [ - libglvnd - ] - }" \ + lib.makeLibraryPath [ + libglvnd + ] + }" \ --inherit-argv0 runHook postInstall -- cgit v1.2.3-freya