Burke Libbey

Results 13 comments of 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 = []; };...

![Image](https://github.com/user-attachments/assets/215364bc-7693-4dc8-bdcb-ed6f2489e46d) 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...