these 11 derivations will be built: /nix/store/vzdm550bdi2hbb119s6b3lkxyqfzw56h-cargo-src-maud-0.27.0.drv /nix/store/h2rmwd93i47yldmj9m0za2ap150yvahq-cargo-package-maud-0.27.0.drv /nix/store/56zgrvr0hggv0w602di5kaq4k2vvxcw9-cargo-src-maud_macros-0.27.0.drv /nix/store/lw1nqdrblsil452n3qmf0w22v96ri9kp-cargo-package-maud_macros-0.27.0.drv /nix/store/ywf6dm1az7pzhf41hvnmi5dl1h5fifcb-cargo-package-proc-macro2-diagnostics-0.10.1.drv /nix/store/cqjrv5vcxqgf92s7cxjp70xif6sr2jf9-vendor-registry.drv /nix/store/0asv74pbm57g288k1w30zcanix86aia1-vendor-cargo-deps.drv /nix/store/cs6ss9k6gamw3wnkzldch2m9ybxvlagy-Cargo.toml.drv /nix/store/fs4r50rnijjqc8n78s0q85h6h7bjqr0z-source.drv /nix/store/glyicqddpd1jqhidx6g3a6yrrrpw9s0v-flakelet-relay-deps-0.1.0.drv /nix/store/anfcrk6awjvwhcyyilanjkwg58dkv1xy-flakelet-relay-0.1.0.drv this path will be fetched (12.1 KiB download, 12.0 KiB unpacked): /nix/store/wj3ws2wfbm2z17afpsbck6nmzszlcbvm-cargo-src-proc-macro2-diagnostics-0.10.1 Failed to find a machine for remote build! derivation: cs6ss9k6gamw3wnkzldch2m9ybxvlagy-Cargo.toml.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: ywf6dm1az7pzhf41hvnmi5dl1h5fifcb-cargo-package-proc-macro2-diagnostics-0.10.1.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: fs4r50rnijjqc8n78s0q85h6h7bjqr0z-source.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: h2rmwd93i47yldmj9m0za2ap150yvahq-cargo-package-maud-0.27.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: lw1nqdrblsil452n3qmf0w22v96ri9kp-cargo-package-maud_macros-0.27.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: glyicqddpd1jqhidx6g3a6yrrrpw9s0v-flakelet-relay-deps-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: anfcrk6awjvwhcyyilanjkwg58dkv1xy-flakelet-relay-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) error: Cannot build '/nix/store/anfcrk6awjvwhcyyilanjkwg58dkv1xy-flakelet-relay-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/dj5s8qhg4vhg8wadp93ljwy0qb6hw8ag-flakelet-relay-0.1.0 Last 25 log lines: > default configurePhase, nothing to do > Running phase: buildPhase > +++ command cargo --version > cargo 1.97.0 (c980f4866 2026-06-30) > +++ command cargo build --release --message-format json-render-diagnostics --locked > Compiling flakelet-relay v0.1.0 (/build/source) > error[E0061]: this function takes 1 argument but 2 arguments were supplied > --> src/agent/conn.rs:41:17 > | > 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]); > | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool` > | > note: function defined here > --> /nix/store/ch5n9vlhyhxzkqr821k60s0vv89g9kgr-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:8 > | > 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> { > | ^^^^^^ > help: remove the extra argument > | > 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]); > 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]); > | > > For more information about this error, try `rustc --explain E0061`. > error: could not compile `flakelet-relay` (lib) due to 1 previous error For full logs, run: nix log /nix/store/anfcrk6awjvwhcyyilanjkwg58dkv1xy-flakelet-relay-0.1.0.drv