Kamil Chmielewski

Results 24 comments of Kamil Chmielewski

It tries to find out what's the version of your package by looking for git history. So it should be git controlled at the moment.

I'll think about support for `godep` and `glide` in July. One thing that needs to be managed somehow are repo checksums for dependencies that other package managers don't provide :/

I don't think its a bug. Current Go vendoring scheme implies that every dependency found in `vendor` makes the same dependency in `GOPATH` obsolete and `go2nix` doesn't need to add...

I could also add `glide` support explicitly but it looks like it's better to align `go2nix` with https://github.com/sdboyer/gps in the long term.

Glide was changed a lot since this issue was created :/ I want to wait until https://github.com/golang/dep/issues/380 and implement new `go2nix` with `dep` support only. Quick & dirty workaround: ```...

It must be something with `-I {}` in `xargs`. I follow `dep` and there's a good news https://github.com/golang/dep/pull/500 - one more step to unify go dependency management. I will probably...

There's a new thing for `dep` -> https://github.com/nixcloud/dep2nix. You could try that. As for other package tools/managers, I think that we should stick with `dep` to generate nix derivations and...

I'm less in Go now and I couldn't find time to complete my `dep` branch. I'm glad someone did it 👍

https://github.com/golang/dep/pull/742

I'm not sure if it's ok in the light of https://github.com/NixOS/nixpkgs/pull/27327#issuecomment-314797154