nix: package dist
This commit is contained in:
parent
53b1f4f244
commit
5cafe9d92b
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue