Andreas Rammhold

Results 108 comments of Andreas Rammhold

I think we are open for contributions. The project is not dead, and I've never even bothered looking at dream2nix.

It is possible but requires some special care. The primary issue is with languages such as typescript that during compilation require `tsc` (and other libraries) but during runtime doesn't need...

My personal plan was to have it in nixpkgs eventually but for that to happen I want to bunch of features to be more polished. I am not a nodejs...

> > I tried briefly to bring it into nixpkgs, but I found that I didn't know how to build a derivation from a nix expression. Using this with a...

cc @zimbatm I think this is the issue I mentioned the other day but neither of us could reproduce it.

@dhess I think I've once seen this with the fetchers and we should probably supply (or shorten if we already do) the `name` attribute of all the sources we fetch....

> > @dhess I think I've once seen this with the fetchers and we should probably supply (or shorten if we already do) the `name` attribute of all the sources...

> FYI, Nix seems unlikely to extend this 211-character limit because ext4's filename limit is only 255 characters (see [NixOS/nix@693e68e](https://github.com/NixOS/nix/commit/693e68e09c9a17ca72b074bd2e575bf435647b45)), so I think this'll need to be handled in npmlock2nix....

@dhess I looked at your case again. After throwing away your lockfile I wasn't able to reproduce that exact error anymore. Instead I am seeing another issue with NPM not...

I think we are hallf way there with #88 being merged. We will have to write a bit more elaborate URL parsing/handling code. In this case we probably want to...