diff --git a/CHANGELOG.md b/CHANGELOG.md index 056f995..4024501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix bug where --non-interactive was inversed +- `./result` links where being created. they will not be created anymore ### Changed diff --git a/wire/lib/src/hive/steps/build.rs b/wire/lib/src/hive/steps/build.rs index e16a1fb..405ba6e 100644 --- a/wire/lib/src/hive/steps/build.rs +++ b/wire/lib/src/hive/steps/build.rs @@ -30,7 +30,7 @@ impl ExecuteStep for Build { let command_string = format!( "nix --extra-experimental-features nix-command \ - build --print-build-logs --print-out-paths {top_level}" + build --print-build-logs --no-link --print-out-paths {top_level}" ); let mut command = NonInteractiveCommand::spawn_new(