Unverified Commit 38559221 authored by Adam Stephens's avatar Adam Stephens
Browse files

rs-tftpd: build client binary

introduced in 0.3.0
parent 3405b58f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {