diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-22 20:58:46 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-22 20:58:46 -0400 |
commit | fcd428ba73f1d2180d443083db346f7c1130f8f8 (patch) | |
tree | 5fd3511262abfdc961a4c102cb216e80f2a8dfd4 /pkgs/unofficial-homestuck-collection/default.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-fcd428ba73f1d2180d443083db346f7c1130f8f8.tar.gz dotfiles-nix-fcd428ba73f1d2180d443083db346f7c1130f8f8.tar.bz2 dotfiles-nix-fcd428ba73f1d2180d443083db346f7c1130f8f8.zip |
refactor config out of modules/options.nix
Diffstat (limited to 'pkgs/unofficial-homestuck-collection/default.nix')
-rw-r--r-- | pkgs/unofficial-homestuck-collection/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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 |