rs-tftpd: build client binary

introduced in 0.3.0
This commit is contained in:
Adam Stephens 2024-07-19 09:08:01 -04:00
parent 3405b58f0e
commit 38559221c6
No known key found for this signature in database

View File

@ -17,6 +17,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-uBVDH7YYSuFv0r5T2+EAoL02ta+1hjaza/Ilu+a+k0k=";
buildFeatures = [ "client" ];
passthru.updateScript = nix-update-script {};
meta = with lib; {