forked from lix-project/nix-eval-jobs
jade
9160d40f80
- Remove restrict-eval stuff that did nothing - Remove builders stuff that appears unnecessary: /* FIXME: The build hook in conjunction with import-from-derivation is * causing "unexpected EOF" during eval */ settings.builders.setDefault(""); We removed that line and then observed that it works, so idk: ifdtest.nix: let ifd = builtins.derivation { name = "wat2"; builder = "/bin/sh"; args = [ "-c" "echo meow > $out" ]; system = "aarch64-linux"; }; in builtins.readFile ifd » NIX_CONFIG="builders = @/etc/nix/machines" build/src/nix-eval-jobs ifdtest.nix warning: unknown setting 'trusted-users' warning: `--gc-roots-dir' not specified building '/nix/store/xxnd5rb49n3anyla5v71lgdk0wmhmijp-wat2.drv' on 'ssh-ng://root@voracle.jade.fyi'... copying 0 paths... building '/nix/store/xxnd5rb49n3anyla5v71lgdk0wmhmijp-wat2.drv'... copying 1 paths... copying path '/nix/store/h2yxq9lb7l0nd9plgqrcgf7nvsg67gl7-wat2' from 'ssh-ng://root@voracle.jade.fyi'... - Changed the impure/flake code to override the pureEval setting, which it was definitely *supposed* to be doing in the first place. |
||
---|---|---|
.. | ||
autotools-config.h.in | ||
buffered-io.cc | ||
buffered-io.hh | ||
drv.cc | ||
drv.hh | ||
eval-args.cc | ||
eval-args.hh | ||
meson.build | ||
nix-eval-jobs.cc | ||
worker.cc | ||
worker.hh |