Compare commits
9 Commits
9a6b94276b
...
e5775458f7
| Author | SHA1 | Date | |
|---|---|---|---|
|
e5775458f7
|
|||
|
2ecdbe3af9
|
|||
|
8e01d435b1
|
|||
|
3da214ae4c
|
|||
|
64652fc81d
|
|||
|
0ef1f61613
|
|||
|
52f0667777
|
|||
|
61288e8f49
|
|||
|
1c983f3a8d
|
@@ -16,6 +16,9 @@
|
|||||||
meta = {
|
meta = {
|
||||||
inherit (cargoToml.package) description homepage;
|
inherit (cargoToml.package) description homepage;
|
||||||
};
|
};
|
||||||
|
postBuild = ''
|
||||||
|
${pkgs.upx}/bin/upx target/*/release/${name}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
nativeBuild =
|
nativeBuild =
|
||||||
nativeRustPlatform.buildRustPackage buildArgs
|
nativeRustPlatform.buildRustPackage buildArgs
|
||||||
|
|||||||
Reference in New Issue
Block a user