diff --git a/src/std/fwlib/actions/build-proviso.sh b/src/std/fwlib/actions/build-proviso.sh index 94a49329..8bfcfe3d 100644 --- a/src/std/fwlib/actions/build-proviso.sh +++ b/src/std/fwlib/actions/build-proviso.sh @@ -35,7 +35,8 @@ fi if ! ( command nix show-derivation ''${uncached[@]} 2>/dev/null | command jq --exit-status \ - ' with_entries( + ' (.derivations // .) + | with_entries( select(.value|.env.preferLocalBuild != "1") ) | any ' 1>/dev/null