Jonas Chevalier
Jonas Chevalier
It would allow to break unnecessary coupling, for example here: https://github.com/moretea/yarn2nix/blob/ebde7ffe0f515900d591a9786d29898d5cea63bb/default.nix#L102-L104 A `src` is given which is written to the `/nix/store`. Then helpfully we deduce the `package.json` from that src....
Do you think that there is a way to implement a prototype that doesn't require a new nix builtin?
I asked @macstadium if they could provide some build capacity, no answer so far
It depends where you set the needle between convenience and purity. All the flake-parts users would most likely end up re-adding it. Nixpkgs has a special place in the ecosystem...
I had a look but this doesn't seem possible without re-implementing a big part of the stdlib net package.
Especially since most of the time we just want a sufficiently-random-id. A UUID is a composition of clock time, mac address and PRNG. For example right now the API generates...
Or maybe default to /var/run/crank/$name.bind
The current solution is to cleanup the folder by hand after having removes all images, containers and stopped the docker daemon.
Got a workaround in release v0.4.0+
@dependabot rebase