Skip to content

Commit

Permalink
fix: pass correct svelte output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Feb 1, 2024
1 parent 0b99031 commit b2d56bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
buildInputs = pkgsDeps;
installPhase = ''
mkdir -p $out
cp -r ./dist/* $out
cp -r ./build/* $out
'';
doDist = false;
};
Expand Down

0 comments on commit b2d56bc

Please sign in to comment.