From 62871ddfe3b98690c29e0b99905c32a9857cb93c Mon Sep 17 00:00:00 2001 From: Kamil Chmielewski Date: Thu, 16 Aug 2018 11:37:35 +0200 Subject: [PATCH] FIX #72 Mention dep2nix --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cccbf79..455636f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ [![Circle CI](https://circleci.com/gh/kamilchm/go2nix.svg?style=shield)](https://circleci.com/gh/kamilchm/go2nix) -# go2nix - because Go and Nix are both amazing +# go2nix - nix packages for Go applications + +go2nix is best suited for Go apps before [golang dep](https://github.com/golang/dep) was introduced. + +If you see `Gopkgs.lock` file in app source try [dep2nix](https://github.com/nixcloud/dep2nix) instead. ## For Nixers - packaging Go applications