Skip to content

Commit

Permalink
fix(nix): Build of embedded frontend
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed Nov 7, 2024
1 parent a1e92b4 commit c63802f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ buildGoModule {
doInstallCheck = true;

prePatch = ''
ln -s ${frontend} frontend/dist
cp -r ${frontend} frontend/dist
'';

meta = {
Expand Down

0 comments on commit c63802f

Please sign in to comment.