mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
914e0e594c
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
12 lines
284 B
Nix
Generated
12 lines
284 B
Nix
Generated
[
|
|
{
|
|
goPackagePath = "github.com/jessevdk/go-flags";
|
|
fetch = {
|
|
type = "git";
|
|
url = "https://github.com/jessevdk/go-flags";
|
|
rev = "1b89bf73cd2c3a911d7b2a279ab085c4a18cf539";
|
|
sha256 = "027nglc5xx1cm03z9sisg0iqrhwcj6gh5z254rrpl8p4fwrxx680";
|
|
};
|
|
}
|
|
]
|