tvl-depot/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
308 B
Nix
Raw Normal View History

{ depot, pkgs, ... }:
depot.nix.buildGo.external {
path = "github.com/mitchellh/go-homedir";
src = pkgs.fetchFromGitHub {
owner = "mitchellh";
repo = "go-homedir";
rev = "af06845cf3004701891bf4fdb884bfe4920b3727";
sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1";
};
}