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
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = /* bash */ ''
|
||||||
|
mkdir $out/dist
|
||||||
|
cp -r $src/dist/* $out/dist
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "nyazoom";
|
description = "nyazoom";
|
||||||
homepage = "https://nyazoom.zynh.me";
|
homepage = "https://nyazoom.zynh.me";
|
||||||
|
|
Loading…
Reference in a new issue