Closed crabdancing closed 3 days ago
PR opened here.
Side note: after applying the fix, I get a subsequent error about 'failing to produce an output path' -- but it does succeed when evaluating against the marlin example flake, so is likely an unrelated error. I'm not really sure what's happening, there. Should probably open a separate issue about it.
error: builder for '/nix/store/597yajk8rxn04kdb8clv4vm476p07xhz-my-project.drv' failed to produce output path for out
put 'out' at '/nix/store/597yajk8rxn04kdb8clv4vm476p07xhz-my-project.drv.chroot/root/nix/store/riavm0jyhpl1vvmnqsf6dn
qirhi09yzm-my-project'
Edit: I believe I needed manually written buildPhase
. As it stands, it's a more or less empty derivation output.
Closed via PR merge.
I haven't looked at the Nix code in depth, but I have a pretty good guess why this happens :P
ln
thinkingFOC
is the target indicates path generated with Nix expression is not wrapped in quotes. See error context: