3842c184b6
This makes it possible to deprecate the previous alias. Change-Id: I6efe73a21dc771cfa28094bbac434a188aebfd45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2647 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
12 lines
317 B
Nix
12 lines
317 B
Nix
{ depot, ... }:
|
|
|
|
depot.nix.buildGo.external {
|
|
path = "github.com/kevinburke/ssh_config";
|
|
|
|
src = depot.third_party.fetchFromGitHub {
|
|
owner = "kevinburke";
|
|
repo = "ssh_config";
|
|
rev = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e";
|
|
sha256 = "1bxfjkjl3ibzdkwyvgdwawmd0skz30ah1ha10rg6fkxvj7lgg4jz";
|
|
};
|
|
}
|