Hlöðver Sigurðsson

Results 112 comments of Hlöðver Sigurðsson

thanks for the reproduction example. This is an old nemesis, I think there's time to fix this. The problem is that the dollar is maven package scope, and the fetchMavenArtifact...

So I made a PR on nixpkgs, you can overlay your fetchMavenArtifact with my changes, crossing fingers it gets accepted. https://github.com/NixOS/nixpkgs/pull/103755

A lot on my table atm, I read your comment and it makes total sense your solution. I will modify and follow up today or tomorrow, thank you!

@samrose yes I remember, sorry for not replying quickly enough.

@glittershark blast from the past here. But do you remember what you ment by passing classifier correctly. Using the dollar symbol would be compatible with how tools.deps resolves classifier https://clojure.org/reference/deps_and_cli#_dependencies

Great Idea. There's not much cost of too large classpath (given sensible size). But it will certainly be useful for dependencies that conflict, like different versions. Afaik, tools.deps will always...

I think most config generators aren't, or are in -contrib repositories under nixos org (like pypi2nix). Because while you can use a product of clj2nix on nixpkgs you don't actually...

I mean, I'm not against it, I'll give thumbs up and approve (after review if needed) if you go for it and open such PR

thanks! Could be there was stdenv.lib there (now removed I guess from stdenv). Will look into this.

I think it could make a good sense. I'm just wondering how this could work when releasing and when developing. Most of the time, the :extra-paths is a relative path...