ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

do not create `./result` links when building locally

+2 -1
+1
CHANGELOG.md
··· 10 10 ### Fixed 11 11 12 12 - Fix bug where --non-interactive was inversed 13 + - `./result` links where being created. they will not be created anymore 13 14 14 15 ### Changed 15 16
+1 -1
wire/lib/src/hive/steps/build.rs
··· 30 30 31 31 let command_string = format!( 32 32 "nix --extra-experimental-features nix-command \ 33 - build --print-build-logs --print-out-paths {top_level}" 33 + build --print-build-logs --no-link --print-out-paths {top_level}" 34 34 ); 35 35 36 36 let mut command = NonInteractiveCommand::spawn_new(