Skip to content

Commit

Permalink
fixup! nixos/phoebus: add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Daniel-Thomas committed Jan 8, 2025
1 parent a1816ea commit fa88bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/epnix/tools/phoebus/client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation {
# This wrapper for the `phoebus-unwrapped` executable sets the `JAVA_OPTS`
makeWrapper "${lib.getExe epnix.phoebus-unwrapped}" "$out/bin/$pname" \
--prefix JAVA_OPTS ":" "${java_opts}"
--prefix JAVA_OPTS " " "${java_opts}"
runHook postInstall
'';
Expand Down

0 comments on commit fa88bd6

Please sign in to comment.