buildGoPackage: deps.json -> deps.nix in NIXON
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
This commit is contained in:
committed by
zimbatm
parent
7a6b860e1c
commit
914e0e594c
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
goPackagePath = "github.com/pquerna/ffjson";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/pquerna/ffjson";
|
||||
rev = "674bc015b5b3f50f9bb2561179778586b9af68c5";
|
||||
sha256 = "0l53q7b1g25hfjm1iyynfs413rpav4c51yvdr244ivw1x3hksa7a";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "gopkg.in/kothar/go-backblaze.v0";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://gopkg.in/kothar/go-backblaze.v0";
|
||||
rev = "373819725fc560fa962c6cd883b533d2ebec4844";
|
||||
sha256 = "1kmlwfnnfd4h46bb9pz2gw1hxqm1pzkwvidfmnc0zkrilaywk6fx";
|
||||
};
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user