RaitoBezarius/buildxyz

No node2nix with current revision of buildxyz ?

Opened this issue · 6 comments

573 commented

Using a clone of https://github.com/mathieudutour/medium-to-own-blog I was able (./result-2/bin/medium-to-own-blog --help) to nix-build after nix run github:RaitoBezarius/buildxyz/8a40f63c8283a04127a8e2bf1f418b415ea10dbb -- "node2nix --lock ./package-lock.json"
which doesn't seem to work that way anymore (ed54bde).

Is that use case in the scope of buildxyz and if so can it be documented how to achieve this ?

Hmmm, I can check that usecase and verify what broke, apologies for the breakage as it's very much still research-grade software :).

@573 With the latest PR merged, this should be solved I believe now, I tested it quickly and it seemed to work, let me know if something is wrong and don't hesitate to reopen it :).

573 commented

Could you still reopen ?

With the current main the process seems to wait now

DEBUG - Spawning a child node2nix...

Hm… I recognize this bug, I am having trouble to reproduce it, thank you for the test.

@573 Can you retry with master at the moment? I think it's fixed now from what I am seeing.

573 commented

I'm trying to delete remaining result folders in my clone but get : Read-only file system. Will test that as soon as I figured out the other issue.