nix: package dist

This commit is contained in:
Zynh Ludwig 2024-12-27 05:26:54 -08:00
parent 53b1f4f244
commit 5cafe9d92b

View file

@ -29,6 +29,11 @@ in rustPlatform.buildRustPackage {
sqlite
];
postInstall = /* bash */ ''
mkdir $out/dist
cp -r $src/dist/* $out/dist
'';
meta = {
description = "nyazoom";
homepage = "https://nyazoom.zynh.me";