Burke Libbey
Burke Libbey
One possible design sketch with more explicit naming (I've never really liked 'task' for this): ```nix { ... }: { converge.constraints.add "bundler" { impl = "bundle-impl.rb"; depends = []; };...
 This identified and resolved the problem for me. I am guessing this is because `systems.determinate.nix-daemon` is expected to read from that (presumably) FIFO at `/nix/var/determinate/intake.pipe` mentioned at the bottom...
I haven't tried it but, for inspiration, chatgpt suggests something like this may work: ```bash #!/bin/sh set -f export IFS=' ' i=0 # Create a temporary file for the output...