trippy: avoid building example binaries (#390669)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-27 03:30:33 +01:00
committed by GitHub
+2
View File
@@ -21,6 +21,8 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-+PaSLq++tKA6dy4CI1EYrEDdXi2TI9XHjvMLfwDp/HA=";
cargoBuildFlags = [ "--package trippy" ];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
local INSTALL="$out/bin/trip"
installShellCompletion --cmd trip \