| 16 Jun 2026 |
debtquity | I have even tried working backwards by tracing the log statement back to the underlying library:
https://github.com/hickory-dns/hickory-dns/blob/f09321075b1f97902b7bc4ca4ffda7816fcf2971/crates/resolver/src/system_conf/apple.rs#L20-L21
But I can't make heads or tails on how to white list "State:/Network/Global/DNS" in sandboxProfile. I can't find any halfway decent documentation on sandboxd or sandbox-exec
| 08:07:25 |
viraptor | Add (allow (with report)) at the end of your profile and you'll see in the log what would be denied otherwise, but it won't get blocked. | 08:08:34 |
debtquity | I put that in sandboxProfile or you mean a custom .sb profile? | 08:09:48 |
viraptor | I think you can do either... A custom profile will definitely work, can't remember the sandboxProfile behaviour. | 08:11:54 |
debtquity | okay - will this query catch it?
/usr/bin/log stream --info --debug --predicate '(process == "sandboxd") && (subsystem == "com.apple.sandbox.reporting")'
| 08:13:00 |
viraptor | I'm not near anything that can check. But you can start without filtering and then just narrow down to where the "allow" lines are coming from. | 08:20:22 |
viraptor | There's a constant stream of sandbox allows and violations on a normal system, so you'll see them. | 08:20:50 |
debtquity | seems it doesn't allow me to use (allow (with report)) by itself have to use:
(allow mach-lookup (global-name "com.apple.logd")(with report))
| 08:32:32 |
WeetHet | (allow mach-lookup (global-name "com.apple.SystemConfiguration.DNSConfiguration"))
(allow file-read* (literal "/private/etc/hosts"))
Would this be enough?
| 14:25:08 |
debtquity | thanks, trying one last time with this and a more generic filter query:
/usr/bin/log stream --info --debug --predicate '(process == "sandboxd")'
I tried the (allow ... (with report)) to find what was initially being denied but in the end those events were not logged for some reason.
I have darwin-log-sandbox-violations = true in nix.conf, but still the same result. I even added multiple (allow file*|file-read*|... (with report)) to sandboxProfile in hopes of catching something, but in the end it was treated as a general allow and those events were not even logged :/. It did allow the build and tests to succeed though
| 16:44:54 |
| @d86leader:matrix.org left the room. | 16:47:24 |
debtquity | so this was close, but after tweaking my log predicate to search for anything cargo related (note: sandbox is actually run under the kernel and not sandboxd). sandbox was preventing mach-lookup to "com.apple.SystemConfiguration.configd". Which is what the FFI ultimately uses to lookup any network settings (dns, proxy, ...) | 20:17:26 |
debtquity | such a pain in the ass. i'll create a wiki page for this later. | 20:18:05 |
| 17 Jun 2026 |
WeetHet | Damn, wrong patch, I guess
https://tangled.org/weethet.eurosky.social/nix-dotfiles-flakes/blob/main/modules/by-name/li/lix-overlay/0004-sandbox-fod.patch | 12:01:17 |
| @easy6:matrix.org joined the room. | 22:27:50 |
| 18 Jun 2026 |
dotlambda | In https://github.com/NixOS/nixpkgs/pull/532778 I'm adding a hook that's automatically added by buildPythonPackage. How do I avoid doing so doing Darwin's stdenv bootstrap? | 00:22:47 |
dotlambda | * | 00:23:05 |
| whispers [& it/fae] changed their display name from whispers [& it/fae] to meow meow. | 18:46:58 |
| whispers [& it/fae] changed their display name from meow meow to whispers [& it/fae]. | 19:12:35 |
| @bmanuel:matrix.org left the room. | 23:30:32 |
| 19 Jun 2026 |
Randy Eckenrode | https://developer.apple.com/documentation/xcode-release-notes/xcode-27-release-notes#Linking | 14:18:47 |
Randy Eckenrode | It’s finally gone. I hope LLD is a good enough replacement. | 14:19:13 |
Randy Eckenrode | The latest source release (26.5?) dropped yesterday. Still no ld-prime source in dyld. | 14:30:14 |
eveeifyeve | Does anyone know why this happens?
Config: https://github.com/Eveeifyeve/Dotfiles/blob/main/modules/system/nix/linux-builder.nix
<details>
<summary>Logs</summary>
```
error: Cannot build '/nix/store/7fwf8cdnhkjllzvx2djmi93pvsifsa2a-builder.pl.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/np6h88xysbb782032i8q4ix3nw2v5ryc-chfn.pam.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/mr6slcwpbsamschrh8zn6nw2c2wg3xyc-etc-os-release.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/5xkbxgdshq79xnw46f01d3ffxdm1jq3s-etc-polkit-1-rules.d-10-nixos.rules.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/5wacn11agkffakchy9jvxl8al8508xd5-etc-resolvconf.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/3kr5yl3j58i1fyzxzap98ypkh4srka0d-etc-sysctl.d-60-nixos.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/fiqhm9xzhgakkrc8iql9pj9a4r93sfd1-etc-systemd-journald.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/44jckfcmsbypcfzchi6zaxzcmajg6wsd-grub-config.xml.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/1jjm7s8ivsnadp545zwnh2jg6ag3flgp-local-cmds.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/h1xag292mhnw5kz3q32yx19gscrdi8gs-mounts.sh.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/dlbm3z9ky7np3ixs71kshjih63cx9vls-nixos.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/jar1bhlcc18igl02575zxix7dmpy966d-users-groups.json.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/rngmvbva8b9a3h3znyl4b66b0m47gspk-vconsole.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/i2zjwn1xwj38fpbfq9kn64nm22ii251w-X-Reload-Triggers-polkit.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/c2fyldrlzf13fav52h00m7vq9iii0xvd-X-Reload-Triggers-polkit
error: Cannot build '/nix/store/nb8vlm785bcn1rmiz6ss9r4k9v1zfdy3-X-Restart-Triggers-reload-systemd-vconsole-setup.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/if0r792bjcwvd68zcwmx3dhyg33vmn59-X-Restart-Triggers-reload-systemd-vconsole-setup
error: Cannot build '/nix/store/z0xlq2y826icqyc29sn58zgf5jqn3jz6-X-Restart-Triggers-resolvconf.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/sx4rvz5gcs95djxzivp61jf09hril6lc-X-Restart-Triggers-resolvconf
error: Cannot build '/nix/store/6f5yj9mgjnyrc41l7hmm6c04l0zxp7mn-X-Restart-Triggers-systemd-journald-.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ylb6synk45pc63k50gymrcqim100wgky-X-Restart-Triggers-systemd-journald-
error: Cannot build '/nix/store/kkcas22ly9idnxffy862l8gxjq3gxn77-X-Restart-Triggers-systemd-journald.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/qdig7rzvqlmzi95f5l5xcjd6m8p1qpi0-X-Restart-Triggers-systemd-journald
error: Cannot build '/nix/store/l3nd6r6zqjfqj1mrfhy315vrhdgdy598-X-Restart-Triggers-systemd-modules-load.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9pyn9flbs2wkq32840lvdxawhm7spsic-X-Restart-Triggers-systemd-modules-load
error: Cannot build '/nix/store/c6l25r2g27lqn1b49qmdgvjjcvqk6pbn-X-Restart-Triggers-systemd-sysctl.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/qd23wcnlv0v1gdxwrmycqvcd3rdk548z-X-Restart-Triggers-systemd-sysctl
error: Cannot build '/nix/store/vv14pn88p2sz3ysjaq8va07bq2jbqa9a-activate.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/j8h4h4jl194lkxzq6hqqbqp1fycy101k-activate
error: Cannot build '/nix/store/rligw38ai5vw31rcbhgi21nrsy4ak1c0-console-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/b9khkx14bcjcc5kfb268mayjyds07gpf-console-env
error: Cannot build '/nix/store/4fkg75qcmbjr4k4nm9ab175h1vawy6wm-dry-activate.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/43901xqjz63v6nsx9zdpdbw5rhpxhwj0-dry-activate
error: Cannot build '/nix/store/hk0rn5v7l9j8w28136gl4h2lidxai4wg-etc.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ncpskwrywgnvmx6q3s0yp4wd576iqc8x-etc
error: Cannot build '/nix/store/bnb1gmn9cxaad8xs8l0zw0k0lzrvayz2-firmware.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/vf9h79ykp5xgdpsn6987aabsff8swvvk-firmware
error: Cannot build '/nix/store/pi2sfcb8i7vfh4my9lby2fa9clps82bb-fontconfig-etc.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/rrh5kkzraiczlfrp74v96l6x9yrmxjwl-fontconfig-etc
error: Cannot build '/nix/store/ylpqzj00j36vgb486zwnb9njkvvaxzh6-install-grub.sh.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/pnjhi5ddwpv3aiibklgbsja7441q89rn-install-grub.sh
error: Cannot build '/nix/store/3fhklgrn97hv3d5q2r1qzc1yf5f5cqmc-linux-6.18.34-modules.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/78s4v0nrcq1afbg3biwh46fr298r705h-linux-6.18.34-modules
error: Cannot build '/nix/store/czwh3z94jraln95nmsznnwh3gd7azcf8-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/0k392xyixxbbb8qlxzq312lap1kzhmwg-perl-5.42.0-env
error: Cannot build '/nix/store/fm42dg5475wdlv6mc24n9x4dz4xgbi9q-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/c87kdwaan7b0303skrkyxq61cvnxqnw6-perl-5.42.0-env
error: Cannot build '/nix/store/gaf88i6mbfnsxlps89gghj7rg0xhiyrz-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/2v4mkvgbbnj0jrszj4bm3lvmxl5nsfp9-perl-5.42.0-env
error: Cannot build '/nix/store/y2zn36ac0d71hlxpxl0n691pfn6wlvy9-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/y0g591rr10218w014cmjr3gwcvxzaxdy-perl-5.42.0-env
error: Cannot build '/nix/store/izy9s8caivp06f31xdygm2ii9y19vpij-shutdown-ramfs-contents.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/7bgls5mwv3cb6sg7wgbwnqnvz4cq4mrk-shutdown-ramfs-contents.json
error: Cannot build '/nix/store/cpm65qsphlqg52yki5v1irfd8vfadapy-stage-2-init.sh.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/adhmgk3p6fs05c5pdmysn7qgiw8mggj2-stage-2-init.sh
error: Cannot build '/nix/store/m8waaf121r6002ppm6arg3nxlrxjbdv2-system-path.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/cjfdy53y3bsqd8jyakkybcwa52vysbd0-system-path
error: Cannot build '/nix/store/0bj50bh79l8xfhrxvz44hqmlil7x716k-udev-path.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/5qp0phhwfcd8xzjb810fajak0zvp99nr-udev-path
error: Build failed due to failed dependency
error: Cannot build '/nix/store/3njqih2a8rk878rfqhwllj7zj2k18ij9-boot.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/62a8ayqgqsan3ma76gm9lkwkpvn1d7pd-boot.json
error: Cannot build '/nix/store/m6528mwl8l46hhsmkh3923x610hqn91v-nixos-system-nixos-26.11.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/j4p8cvgdxz0z2wbm00h5x4wzgzgwgbdg-nixos-system-nixos-26.11
error: Cannot build '/nix/store/6hwqnnq6gjc713qjdar7nf30kfcr2374-closure-info.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/farvj7gf4bwmwlbzgz9in4zi7j9vsmmb-closure-info
error: Cannot build '/nix/store/yjz1bv6mamsx57id8zn13mjiq424mglm-closure-info.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/djqnmwkc5jncbqvhbshdpilh3084gjk4-closure-info
error: Cannot build '/nix/store/fndmzf97wrxbkahic6s8r8z4rgd117hp-nixos-vm.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ya4r2z8wbdwycc8qm5b5x70rhxcnn0xg-nixos-vm
error: Cannot build '/nix/store/zi4fik0z3khw5382rhj2akpl320d6f0d-run-nixos-vm.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/5aga0dcpwqvrbdc20zdcxqk4aibh90zj-run-nixos-vm
error: Cannot build '/nix/store/g84lhcxkhg71p49kg05aw7hs9zf2mjd6-run-builder.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/l5bqf0s25l51nz1r8y09xazpaf7gdvsg-run-builder
error: Cannot build '/nix/store/iw3zlqbsxc43j9dpjds5kx85ck5kav0r-create-builder.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ccx0r4khnzvabqn6n5n482mlqqx8hv2i-create-builder
error: Cannot build '/nix/store/ib4d6ccj2y5v8qbdjs1gw8h6dc2n5xg9-linux-builder-start.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/kgd2m90d14hj815q761hd99yz4wcxgqd-linux-builder-start
error: Cannot build '/nix/store/ipa179k8jchalk59j31xz9aks78xd4p7-org.nixos.linux-builder.plist.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9437nvyglwfczq87ma8vz7pjlsna44ap-org.nixos.linux-builder.plist
error: Cannot build '/nix/store/nrzaj4p9i3af31jnddn4fwl105wphn1c-launchd.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/z2csqmp5qgc20yv450d4531cvypfz9gi-launchd
error: Cannot build '/nix/store/l6mgv6cbdsr9gcria6jjiig3snd746kg-darwin-system-26.11.a1fa429.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/jnhz2xqywix5pyzmxznhy75h6drn4ij7-darwin-system-26.11.a1fa429
</details>
| 18:52:28 |
eveeifyeve | * Does anyone know why this happens?
Config: https://github.com/Eveeifyeve/Dotfiles/blob/main/modules/system/nix/linux-builder.nix
error: Cannot build '/nix/store/7fwf8cdnhkjllzvx2djmi93pvsifsa2a-builder.pl.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/np6h88xysbb782032i8q4ix3nw2v5ryc-chfn.pam.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/mr6slcwpbsamschrh8zn6nw2c2wg3xyc-etc-os-release.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/5xkbxgdshq79xnw46f01d3ffxdm1jq3s-etc-polkit-1-rules.d-10-nixos.rules.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/5wacn11agkffakchy9jvxl8al8508xd5-etc-resolvconf.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/3kr5yl3j58i1fyzxzap98ypkh4srka0d-etc-sysctl.d-60-nixos.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/fiqhm9xzhgakkrc8iql9pj9a4r93sfd1-etc-systemd-journald.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/44jckfcmsbypcfzchi6zaxzcmajg6wsd-grub-config.xml.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/1jjm7s8ivsnadp545zwnh2jg6ag3flgp-local-cmds.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/h1xag292mhnw5kz3q32yx19gscrdi8gs-mounts.sh.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/dlbm3z9ky7np3ixs71kshjih63cx9vls-nixos.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/jar1bhlcc18igl02575zxix7dmpy966d-users-groups.json.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/rngmvbva8b9a3h3znyl4b66b0m47gspk-vconsole.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/i2zjwn1xwj38fpbfq9kn64nm22ii251w-X-Reload-Triggers-polkit.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/c2fyldrlzf13fav52h00m7vq9iii0xvd-X-Reload-Triggers-polkit
error: Cannot build '/nix/store/nb8vlm785bcn1rmiz6ss9r4k9v1zfdy3-X-Restart-Triggers-reload-systemd-vconsole-setup.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/if0r792bjcwvd68zcwmx3dhyg33vmn59-X-Restart-Triggers-reload-systemd-vconsole-setup
error: Cannot build '/nix/store/z0xlq2y826icqyc29sn58zgf5jqn3jz6-X-Restart-Triggers-resolvconf.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/sx4rvz5gcs95djxzivp61jf09hril6lc-X-Restart-Triggers-resolvconf
error: Cannot build '/nix/store/6f5yj9mgjnyrc41l7hmm6c04l0zxp7mn-X-Restart-Triggers-systemd-journald-.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ylb6synk45pc63k50gymrcqim100wgky-X-Restart-Triggers-systemd-journald-
error: Cannot build '/nix/store/kkcas22ly9idnxffy862l8gxjq3gxn77-X-Restart-Triggers-systemd-journald.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/qdig7rzvqlmzi95f5l5xcjd6m8p1qpi0-X-Restart-Triggers-systemd-journald
error: Cannot build '/nix/store/l3nd6r6zqjfqj1mrfhy315vrhdgdy598-X-Restart-Triggers-systemd-modules-load.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9pyn9flbs2wkq32840lvdxawhm7spsic-X-Restart-Triggers-systemd-modules-load
error: Cannot build '/nix/store/c6l25r2g27lqn1b49qmdgvjjcvqk6pbn-X-Restart-Triggers-systemd-sysctl.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/qd23wcnlv0v1gdxwrmycqvcd3rdk548z-X-Restart-Triggers-systemd-sysctl
error: Cannot build '/nix/store/vv14pn88p2sz3ysjaq8va07bq2jbqa9a-activate.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/j8h4h4jl194lkxzq6hqqbqp1fycy101k-activate
error: Cannot build '/nix/store/rligw38ai5vw31rcbhgi21nrsy4ak1c0-console-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/b9khkx14bcjcc5kfb268mayjyds07gpf-console-env
error: Cannot build '/nix/store/4fkg75qcmbjr4k4nm9ab175h1vawy6wm-dry-activate.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/43901xqjz63v6nsx9zdpdbw5rhpxhwj0-dry-activate
error: Cannot build '/nix/store/hk0rn5v7l9j8w28136gl4h2lidxai4wg-etc.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ncpskwrywgnvmx6q3s0yp4wd576iqc8x-etc
error: Cannot build '/nix/store/bnb1gmn9cxaad8xs8l0zw0k0lzrvayz2-firmware.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/vf9h79ykp5xgdpsn6987aabsff8swvvk-firmware
error: Cannot build '/nix/store/pi2sfcb8i7vfh4my9lby2fa9clps82bb-fontconfig-etc.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/rrh5kkzraiczlfrp74v96l6x9yrmxjwl-fontconfig-etc
error: Cannot build '/nix/store/ylpqzj00j36vgb486zwnb9njkvvaxzh6-install-grub.sh.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/pnjhi5ddwpv3aiibklgbsja7441q89rn-install-grub.sh
error: Cannot build '/nix/store/3fhklgrn97hv3d5q2r1qzc1yf5f5cqmc-linux-6.18.34-modules.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/78s4v0nrcq1afbg3biwh46fr298r705h-linux-6.18.34-modules
error: Cannot build '/nix/store/czwh3z94jraln95nmsznnwh3gd7azcf8-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/0k392xyixxbbb8qlxzq312lap1kzhmwg-perl-5.42.0-env
error: Cannot build '/nix/store/fm42dg5475wdlv6mc24n9x4dz4xgbi9q-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/c87kdwaan7b0303skrkyxq61cvnxqnw6-perl-5.42.0-env
error: Cannot build '/nix/store/gaf88i6mbfnsxlps89gghj7rg0xhiyrz-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/2v4mkvgbbnj0jrszj4bm3lvmxl5nsfp9-perl-5.42.0-env
error: Cannot build '/nix/store/y2zn36ac0d71hlxpxl0n691pfn6wlvy9-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/y0g591rr10218w014cmjr3gwcvxzaxdy-perl-5.42.0-env
error: Cannot build '/nix/store/izy9s8caivp06f31xdygm2ii9y19vpij-shutdown-ramfs-contents.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/7bgls5mwv3cb6sg7wgbwnqnvz4cq4mrk-shutdown-ramfs-contents.json
error: Cannot build '/nix/store/cpm65qsphlqg52yki5v1irfd8vfadapy-stage-2-init.sh.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/adhmgk3p6fs05c5pdmysn7qgiw8mggj2-stage-2-init.sh
error: Cannot build '/nix/store/m8waaf121r6002ppm6arg3nxlrxjbdv2-system-path.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/cjfdy53y3bsqd8jyakkybcwa52vysbd0-system-path
error: Cannot build '/nix/store/0bj50bh79l8xfhrxvz44hqmlil7x716k-udev-path.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/5qp0phhwfcd8xzjb810fajak0zvp99nr-udev-path
error: Build failed due to failed dependency
error: Cannot build '/nix/store/3njqih2a8rk878rfqhwllj7zj2k18ij9-boot.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/62a8ayqgqsan3ma76gm9lkwkpvn1d7pd-boot.json
error: Cannot build '/nix/store/m6528mwl8l46hhsmkh3923x610hqn91v-nixos-system-nixos-26.11.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/j4p8cvgdxz0z2wbm00h5x4wzgzgwgbdg-nixos-system-nixos-26.11
error: Cannot build '/nix/store/6hwqnnq6gjc713qjdar7nf30kfcr2374-closure-info.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/farvj7gf4bwmwlbzgz9in4zi7j9vsmmb-closure-info
error: Cannot build '/nix/store/yjz1bv6mamsx57id8zn13mjiq424mglm-closure-info.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/djqnmwkc5jncbqvhbshdpilh3084gjk4-closure-info
error: Cannot build '/nix/store/fndmzf97wrxbkahic6s8r8z4rgd117hp-nixos-vm.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ya4r2z8wbdwycc8qm5b5x70rhxcnn0xg-nixos-vm
error: Cannot build '/nix/store/zi4fik0z3khw5382rhj2akpl320d6f0d-run-nixos-vm.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/5aga0dcpwqvrbdc20zdcxqk4aibh90zj-run-nixos-vm
error: Cannot build '/nix/store/g84lhcxkhg71p49kg05aw7hs9zf2mjd6-run-builder.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/l5bqf0s25l51nz1r8y09xazpaf7gdvsg-run-builder
error: Cannot build '/nix/store/iw3zlqbsxc43j9dpjds5kx85ck5kav0r-create-builder.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ccx0r4khnzvabqn6n5n482mlqqx8hv2i-create-builder
error: Cannot build '/nix/store/ib4d6ccj2y5v8qbdjs1gw8h6dc2n5xg9-linux-builder-start.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/kgd2m90d14hj815q761hd99yz4wcxgqd-linux-builder-start
error: Cannot build '/nix/store/ipa179k8jchalk59j31xz9aks78xd4p7-org.nixos.linux-builder.plist.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9437nvyglwfczq87ma8vz7pjlsna44ap-org.nixos.linux-builder.plist
error: Cannot build '/nix/store/nrzaj4p9i3af31jnddn4fwl105wphn1c-launchd.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/z2csqmp5qgc20yv450d4531cvypfz9gi-launchd
error: Cannot build '/nix/store/l6mgv6cbdsr9gcria6jjiig3snd746kg-darwin-system-26.11.a1fa429.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/jnhz2xqywix5pyzmxznhy75h6drn4ij7-darwin-system-26.11.a1fa429
```
| 18:52:48 |
eveeifyeve | * Does anyone know why this happens?
Config: https://github.com/Eveeifyeve/Dotfiles/blob/main/modules/system/nix/linux-builder.nix
error: Cannot build '/nix/store/7fwf8cdnhkjllzvx2djmi93pvsifsa2a-builder.pl.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/np6h88xysbb782032i8q4ix3nw2v5ryc-chfn.pam.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/mr6slcwpbsamschrh8zn6nw2c2wg3xyc-etc-os-release.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/5xkbxgdshq79xnw46f01d3ffxdm1jq3s-etc-polkit-1-rules.d-10-nixos.rules.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/5wacn11agkffakchy9jvxl8al8508xd5-etc-resolvconf.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/3kr5yl3j58i1fyzxzap98ypkh4srka0d-etc-sysctl.d-60-nixos.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/fiqhm9xzhgakkrc8iql9pj9a4r93sfd1-etc-systemd-journald.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/44jckfcmsbypcfzchi6zaxzcmajg6wsd-grub-config.xml.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/1jjm7s8ivsnadp545zwnh2jg6ag3flgp-local-cmds.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/h1xag292mhnw5kz3q32yx19gscrdi8gs-mounts.sh.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/dlbm3z9ky7np3ixs71kshjih63cx9vls-nixos.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/jar1bhlcc18igl02575zxix7dmpy966d-users-groups.json.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/rngmvbva8b9a3h3znyl4b66b0m47gspk-vconsole.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/i2zjwn1xwj38fpbfq9kn64nm22ii251w-X-Reload-Triggers-polkit.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/c2fyldrlzf13fav52h00m7vq9iii0xvd-X-Reload-Triggers-polkit
error: Cannot build '/nix/store/nb8vlm785bcn1rmiz6ss9r4k9v1zfdy3-X-Restart-Triggers-reload-systemd-vconsole-setup.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/if0r792bjcwvd68zcwmx3dhyg33vmn59-X-Restart-Triggers-reload-systemd-vconsole-setup
error: Cannot build '/nix/store/z0xlq2y826icqyc29sn58zgf5jqn3jz6-X-Restart-Triggers-resolvconf.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/sx4rvz5gcs95djxzivp61jf09hril6lc-X-Restart-Triggers-resolvconf
error: Cannot build '/nix/store/6f5yj9mgjnyrc41l7hmm6c04l0zxp7mn-X-Restart-Triggers-systemd-journald-.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ylb6synk45pc63k50gymrcqim100wgky-X-Restart-Triggers-systemd-journald-
error: Cannot build '/nix/store/kkcas22ly9idnxffy862l8gxjq3gxn77-X-Restart-Triggers-systemd-journald.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/qdig7rzvqlmzi95f5l5xcjd6m8p1qpi0-X-Restart-Triggers-systemd-journald
error: Cannot build '/nix/store/l3nd6r6zqjfqj1mrfhy315vrhdgdy598-X-Restart-Triggers-systemd-modules-load.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9pyn9flbs2wkq32840lvdxawhm7spsic-X-Restart-Triggers-systemd-modules-load
error: Cannot build '/nix/store/c6l25r2g27lqn1b49qmdgvjjcvqk6pbn-X-Restart-Triggers-systemd-sysctl.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/qd23wcnlv0v1gdxwrmycqvcd3rdk548z-X-Restart-Triggers-systemd-sysctl
error: Cannot build '/nix/store/vv14pn88p2sz3ysjaq8va07bq2jbqa9a-activate.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/j8h4h4jl194lkxzq6hqqbqp1fycy101k-activate
error: Cannot build '/nix/store/rligw38ai5vw31rcbhgi21nrsy4ak1c0-console-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/b9khkx14bcjcc5kfb268mayjyds07gpf-console-env
error: Cannot build '/nix/store/4fkg75qcmbjr4k4nm9ab175h1vawy6wm-dry-activate.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/43901xqjz63v6nsx9zdpdbw5rhpxhwj0-dry-activate
error: Cannot build '/nix/store/hk0rn5v7l9j8w28136gl4h2lidxai4wg-etc.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ncpskwrywgnvmx6q3s0yp4wd576iqc8x-etc
error: Cannot build '/nix/store/bnb1gmn9cxaad8xs8l0zw0k0lzrvayz2-firmware.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/vf9h79ykp5xgdpsn6987aabsff8swvvk-firmware
error: Cannot build '/nix/store/pi2sfcb8i7vfh4my9lby2fa9clps82bb-fontconfig-etc.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/rrh5kkzraiczlfrp74v96l6x9yrmxjwl-fontconfig-etc
error: Cannot build '/nix/store/ylpqzj00j36vgb486zwnb9njkvvaxzh6-install-grub.sh.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/pnjhi5ddwpv3aiibklgbsja7441q89rn-install-grub.sh
error: Cannot build '/nix/store/3fhklgrn97hv3d5q2r1qzc1yf5f5cqmc-linux-6.18.34-modules.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/78s4v0nrcq1afbg3biwh46fr298r705h-linux-6.18.34-modules
error: Cannot build '/nix/store/czwh3z94jraln95nmsznnwh3gd7azcf8-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/0k392xyixxbbb8qlxzq312lap1kzhmwg-perl-5.42.0-env
error: Cannot build '/nix/store/fm42dg5475wdlv6mc24n9x4dz4xgbi9q-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/c87kdwaan7b0303skrkyxq61cvnxqnw6-perl-5.42.0-env
error: Cannot build '/nix/store/gaf88i6mbfnsxlps89gghj7rg0xhiyrz-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/2v4mkvgbbnj0jrszj4bm3lvmxl5nsfp9-perl-5.42.0-env
error: Cannot build '/nix/store/y2zn36ac0d71hlxpxl0n691pfn6wlvy9-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/y0g591rr10218w014cmjr3gwcvxzaxdy-perl-5.42.0-env
error: Cannot build '/nix/store/izy9s8caivp06f31xdygm2ii9y19vpij-shutdown-ramfs-contents.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/7bgls5mwv3cb6sg7wgbwnqnvz4cq4mrk-shutdown-ramfs-contents.json
error: Cannot build '/nix/store/cpm65qsphlqg52yki5v1irfd8vfadapy-stage-2-init.sh.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/adhmgk3p6fs05c5pdmysn7qgiw8mggj2-stage-2-init.sh
error: Cannot build '/nix/store/m8waaf121r6002ppm6arg3nxlrxjbdv2-system-path.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/cjfdy53y3bsqd8jyakkybcwa52vysbd0-system-path
error: Cannot build '/nix/store/0bj50bh79l8xfhrxvz44hqmlil7x716k-udev-path.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/5qp0phhwfcd8xzjb810fajak0zvp99nr-udev-path
error: Build failed due to failed dependency
error: Cannot build '/nix/store/3njqih2a8rk878rfqhwllj7zj2k18ij9-boot.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/62a8ayqgqsan3ma76gm9lkwkpvn1d7pd-boot.json
error: Cannot build '/nix/store/m6528mwl8l46hhsmkh3923x610hqn91v-nixos-system-nixos-26.11.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/j4p8cvgdxz0z2wbm00h5x4wzgzgwgbdg-nixos-system-nixos-26.11
error: Cannot build '/nix/store/6hwqnnq6gjc713qjdar7nf30kfcr2374-closure-info.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/farvj7gf4bwmwlbzgz9in4zi7j9vsmmb-closure-info
error: Cannot build '/nix/store/yjz1bv6mamsx57id8zn13mjiq424mglm-closure-info.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/djqnmwkc5jncbqvhbshdpilh3084gjk4-closure-info
error: Cannot build '/nix/store/fndmzf97wrxbkahic6s8r8z4rgd117hp-nixos-vm.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ya4r2z8wbdwycc8qm5b5x70rhxcnn0xg-nixos-vm
error: Cannot build '/nix/store/zi4fik0z3khw5382rhj2akpl320d6f0d-run-nixos-vm.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/5aga0dcpwqvrbdc20zdcxqk4aibh90zj-run-nixos-vm
error: Cannot build '/nix/store/g84lhcxkhg71p49kg05aw7hs9zf2mjd6-run-builder.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/l5bqf0s25l51nz1r8y09xazpaf7gdvsg-run-builder
error: Cannot build '/nix/store/iw3zlqbsxc43j9dpjds5kx85ck5kav0r-create-builder.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ccx0r4khnzvabqn6n5n482mlqqx8hv2i-create-builder
error: Cannot build '/nix/store/ib4d6ccj2y5v8qbdjs1gw8h6dc2n5xg9-linux-builder-start.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/kgd2m90d14hj815q761hd99yz4wcxgqd-linux-builder-start
error: Cannot build '/nix/store/ipa179k8jchalk59j31xz9aks78xd4p7-org.nixos.linux-builder.plist.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9437nvyglwfczq87ma8vz7pjlsna44ap-org.nixos.linux-builder.plist
error: Cannot build '/nix/store/nrzaj4p9i3af31jnddn4fwl105wphn1c-launchd.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/z2csqmp5qgc20yv450d4531cvypfz9gi-launchd
error: Cannot build '/nix/store/l6mgv6cbdsr9gcria6jjiig3snd746kg-darwin-system-26.11.a1fa429.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/jnhz2xqywix5pyzmxznhy75h6drn4ij7-darwin-system-26.11.a1fa429
| 18:53:01 |
eveeifyeve | * Does anyone know why this fails?
Config: https://github.com/Eveeifyeve/Dotfiles/blob/main/modules/system/nix/linux-builder.nix
error: Cannot build '/nix/store/7fwf8cdnhkjllzvx2djmi93pvsifsa2a-builder.pl.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/np6h88xysbb782032i8q4ix3nw2v5ryc-chfn.pam.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/mr6slcwpbsamschrh8zn6nw2c2wg3xyc-etc-os-release.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/5xkbxgdshq79xnw46f01d3ffxdm1jq3s-etc-polkit-1-rules.d-10-nixos.rules.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/5wacn11agkffakchy9jvxl8al8508xd5-etc-resolvconf.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/3kr5yl3j58i1fyzxzap98ypkh4srka0d-etc-sysctl.d-60-nixos.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/fiqhm9xzhgakkrc8iql9pj9a4r93sfd1-etc-systemd-journald.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/44jckfcmsbypcfzchi6zaxzcmajg6wsd-grub-config.xml.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/1jjm7s8ivsnadp545zwnh2jg6ag3flgp-local-cmds.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/h1xag292mhnw5kz3q32yx19gscrdi8gs-mounts.sh.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/dlbm3z9ky7np3ixs71kshjih63cx9vls-nixos.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/jar1bhlcc18igl02575zxix7dmpy966d-users-groups.json.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/rngmvbva8b9a3h3znyl4b66b0m47gspk-vconsole.conf.drv'.
Reason: platform mismatch
Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
error: Cannot build '/nix/store/i2zjwn1xwj38fpbfq9kn64nm22ii251w-X-Reload-Triggers-polkit.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/c2fyldrlzf13fav52h00m7vq9iii0xvd-X-Reload-Triggers-polkit
error: Cannot build '/nix/store/nb8vlm785bcn1rmiz6ss9r4k9v1zfdy3-X-Restart-Triggers-reload-systemd-vconsole-setup.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/if0r792bjcwvd68zcwmx3dhyg33vmn59-X-Restart-Triggers-reload-systemd-vconsole-setup
error: Cannot build '/nix/store/z0xlq2y826icqyc29sn58zgf5jqn3jz6-X-Restart-Triggers-resolvconf.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/sx4rvz5gcs95djxzivp61jf09hril6lc-X-Restart-Triggers-resolvconf
error: Cannot build '/nix/store/6f5yj9mgjnyrc41l7hmm6c04l0zxp7mn-X-Restart-Triggers-systemd-journald-.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ylb6synk45pc63k50gymrcqim100wgky-X-Restart-Triggers-systemd-journald-
error: Cannot build '/nix/store/kkcas22ly9idnxffy862l8gxjq3gxn77-X-Restart-Triggers-systemd-journald.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/qdig7rzvqlmzi95f5l5xcjd6m8p1qpi0-X-Restart-Triggers-systemd-journald
error: Cannot build '/nix/store/l3nd6r6zqjfqj1mrfhy315vrhdgdy598-X-Restart-Triggers-systemd-modules-load.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9pyn9flbs2wkq32840lvdxawhm7spsic-X-Restart-Triggers-systemd-modules-load
error: Cannot build '/nix/store/c6l25r2g27lqn1b49qmdgvjjcvqk6pbn-X-Restart-Triggers-systemd-sysctl.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/qd23wcnlv0v1gdxwrmycqvcd3rdk548z-X-Restart-Triggers-systemd-sysctl
error: Cannot build '/nix/store/vv14pn88p2sz3ysjaq8va07bq2jbqa9a-activate.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/j8h4h4jl194lkxzq6hqqbqp1fycy101k-activate
error: Cannot build '/nix/store/rligw38ai5vw31rcbhgi21nrsy4ak1c0-console-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/b9khkx14bcjcc5kfb268mayjyds07gpf-console-env
error: Cannot build '/nix/store/4fkg75qcmbjr4k4nm9ab175h1vawy6wm-dry-activate.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/43901xqjz63v6nsx9zdpdbw5rhpxhwj0-dry-activate
error: Cannot build '/nix/store/hk0rn5v7l9j8w28136gl4h2lidxai4wg-etc.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ncpskwrywgnvmx6q3s0yp4wd576iqc8x-etc
error: Cannot build '/nix/store/bnb1gmn9cxaad8xs8l0zw0k0lzrvayz2-firmware.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/vf9h79ykp5xgdpsn6987aabsff8swvvk-firmware
error: Cannot build '/nix/store/pi2sfcb8i7vfh4my9lby2fa9clps82bb-fontconfig-etc.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/rrh5kkzraiczlfrp74v96l6x9yrmxjwl-fontconfig-etc
error: Cannot build '/nix/store/ylpqzj00j36vgb486zwnb9njkvvaxzh6-install-grub.sh.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/pnjhi5ddwpv3aiibklgbsja7441q89rn-install-grub.sh
error: Cannot build '/nix/store/3fhklgrn97hv3d5q2r1qzc1yf5f5cqmc-linux-6.18.34-modules.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/78s4v0nrcq1afbg3biwh46fr298r705h-linux-6.18.34-modules
error: Cannot build '/nix/store/czwh3z94jraln95nmsznnwh3gd7azcf8-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/0k392xyixxbbb8qlxzq312lap1kzhmwg-perl-5.42.0-env
error: Cannot build '/nix/store/fm42dg5475wdlv6mc24n9x4dz4xgbi9q-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/c87kdwaan7b0303skrkyxq61cvnxqnw6-perl-5.42.0-env
error: Cannot build '/nix/store/gaf88i6mbfnsxlps89gghj7rg0xhiyrz-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/2v4mkvgbbnj0jrszj4bm3lvmxl5nsfp9-perl-5.42.0-env
error: Cannot build '/nix/store/y2zn36ac0d71hlxpxl0n691pfn6wlvy9-perl-5.42.0-env.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/y0g591rr10218w014cmjr3gwcvxzaxdy-perl-5.42.0-env
error: Cannot build '/nix/store/izy9s8caivp06f31xdygm2ii9y19vpij-shutdown-ramfs-contents.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/7bgls5mwv3cb6sg7wgbwnqnvz4cq4mrk-shutdown-ramfs-contents.json
error: Cannot build '/nix/store/cpm65qsphlqg52yki5v1irfd8vfadapy-stage-2-init.sh.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/adhmgk3p6fs05c5pdmysn7qgiw8mggj2-stage-2-init.sh
error: Cannot build '/nix/store/m8waaf121r6002ppm6arg3nxlrxjbdv2-system-path.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/cjfdy53y3bsqd8jyakkybcwa52vysbd0-system-path
error: Cannot build '/nix/store/0bj50bh79l8xfhrxvz44hqmlil7x716k-udev-path.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/5qp0phhwfcd8xzjb810fajak0zvp99nr-udev-path
error: Build failed due to failed dependency
error: Cannot build '/nix/store/3njqih2a8rk878rfqhwllj7zj2k18ij9-boot.json.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/62a8ayqgqsan3ma76gm9lkwkpvn1d7pd-boot.json
error: Cannot build '/nix/store/m6528mwl8l46hhsmkh3923x610hqn91v-nixos-system-nixos-26.11.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/j4p8cvgdxz0z2wbm00h5x4wzgzgwgbdg-nixos-system-nixos-26.11
error: Cannot build '/nix/store/6hwqnnq6gjc713qjdar7nf30kfcr2374-closure-info.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/farvj7gf4bwmwlbzgz9in4zi7j9vsmmb-closure-info
error: Cannot build '/nix/store/yjz1bv6mamsx57id8zn13mjiq424mglm-closure-info.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/djqnmwkc5jncbqvhbshdpilh3084gjk4-closure-info
error: Cannot build '/nix/store/fndmzf97wrxbkahic6s8r8z4rgd117hp-nixos-vm.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ya4r2z8wbdwycc8qm5b5x70rhxcnn0xg-nixos-vm
error: Cannot build '/nix/store/zi4fik0z3khw5382rhj2akpl320d6f0d-run-nixos-vm.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/5aga0dcpwqvrbdc20zdcxqk4aibh90zj-run-nixos-vm
error: Cannot build '/nix/store/g84lhcxkhg71p49kg05aw7hs9zf2mjd6-run-builder.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/l5bqf0s25l51nz1r8y09xazpaf7gdvsg-run-builder
error: Cannot build '/nix/store/iw3zlqbsxc43j9dpjds5kx85ck5kav0r-create-builder.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ccx0r4khnzvabqn6n5n482mlqqx8hv2i-create-builder
error: Cannot build '/nix/store/ib4d6ccj2y5v8qbdjs1gw8h6dc2n5xg9-linux-builder-start.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/kgd2m90d14hj815q761hd99yz4wcxgqd-linux-builder-start
error: Cannot build '/nix/store/ipa179k8jchalk59j31xz9aks78xd4p7-org.nixos.linux-builder.plist.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/9437nvyglwfczq87ma8vz7pjlsna44ap-org.nixos.linux-builder.plist
error: Cannot build '/nix/store/nrzaj4p9i3af31jnddn4fwl105wphn1c-launchd.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/z2csqmp5qgc20yv450d4531cvypfz9gi-launchd
error: Cannot build '/nix/store/l6mgv6cbdsr9gcria6jjiig3snd746kg-darwin-system-26.11.a1fa429.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/jnhz2xqywix5pyzmxznhy75h6drn4ij7-darwin-system-26.11.a1fa429
| 18:54:56 |
| 20 Jun 2026 |
eureka-cpu | Required system: 'aarch64-linux'
Current system: 'aarch64-darwin'
this happened to me before as well. have a look at the logs for your linux builder, if it isn't available for some reason then it would fail to find the builder. I'm not sure why this happens, but for me I changed my linux-builder config a bit to have more resources and after a rebuild switch it worked again. Here's my config: github.com/eureka-cpu/dotfiles
| 01:02:39 |
eureka-cpu | Yeah I don't see anything wrong with your config, just sometimes for whatever reason the builder stops working and you have to triage | 01:04:48 |
| 21 Jun 2026 |
| satan 💕 joined the room. | 10:43:42 |