Skip to content

Commit

Permalink
Fixed nix build doesn't work for IHP apps
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jul 19, 2023
1 parent a3007a7 commit 3835dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NixSupport/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ in
'';
installPhase = ''
mkdir -p "$out"
mkdir -p $out/bin
mkdir -p $out/bin $out/lib
mv ${appBinary} $out/bin/RunProdServerWithoutOptions
Expand Down

0 comments on commit 3835dd2

Please sign in to comment.