My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/tools/kexpand/default.nix

17 lines
386 B

{ buildGoPackage, fetchFromGitHub }:
buildGoPackage {
pname = "kexpand";
version = "unstable-2017-05-12";
goPackagePath = "github.com/kopeio/kexpand";
subPackages = [ "." ];
src = fetchFromGitHub {
owner = "kopeio";
repo = "kexpand";
rev = "c508a43a4e84410dfd30827603e902148c5c1f3c";
sha256 = "0946h74lsqnr1106j7i2w2a5jg2bbk831d7prlws4bb2kigfm38p";
};
}