fix(nix): themes dir was not copied to $out

This commit is contained in:
orangci
2024-11-10 10:22:33 +03:00
parent fabec34557
commit 81ca12f128

View File

@@ -47,6 +47,7 @@
cp -r scss $out
cp -r widget $out
cp -r services $out
cp -r themes $out
cp -r scripts $out
cp -f main.js $out/config.js
'';