10 src = fetchFromGitHub {
14 hash = "sha256-Cp96OOAEwBz83Fsex7DeI5LSp1gBhP8VP0I6bJAZC4U=";
17 vendorHash = "sha256-vEv/sciynvxQE7KpxqpaSO1p5R3xYBK6o4EeuJ2JYmg=";
19 subPackages = [ "cmd/hermit" ];
22 "-X main.version=${version}"
23 "-X main.channel=stable"
27 homepage = "https://cashapp.github.io/hermit";
28 description = "Manages isolated, self-bootstrapping sets of tools in software projects";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ cbrewster ];
31 platforms = platforms.unix;
32 mainProgram = "hermit";