chore(flake): actually copy the dist

This commit is contained in:
Elian Doran 2025-05-31 18:32:23 +03:00
parent e2737d2d55
commit 93a9911727
No known key found for this signature in database

View File

@ -27,6 +27,7 @@
installPhase = ''
mkdir -p $out
cp -r apps/desktop/dist $out
'';
pnpmDeps = pkgs.pnpm.fetchDeps {