Skip to content

Commit

Permalink
devenv: rm test binaries
Browse files Browse the repository at this point in the history
Prior to this change the devenv package contained "devenv-run-tests"
and "xtask" test binaries.

(cherry picked from commit e574a54)
  • Loading branch information
newAM authored and domenkozar committed Sep 11, 2024
1 parent 6e1195e commit f87fedb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/de/devenv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ in rustPlatform.buildRustPackage {

cargoHash = "sha256-fCXAFVmKns8uglbzyCznoVFGCU+Veq0t1h8T7i1P5XQ=";

buildAndTestSubdir = "devenv";

nativeBuildInputs = [ makeWrapper pkg-config ];

buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [
Expand Down

0 comments on commit f87fedb

Please sign in to comment.