Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename go client

+4
+4
nix/client-go-package.nix
··· 16 16 17 17 CGO_ENABLED = 0; 18 18 19 + postInstall = '' 20 + mv $out/bin/client-go $out/bin/sower 21 + ''; 22 + 19 23 vendorHash = "sha256-PqhDYEoLD1ZBQjMgAIylZMHK8i5HQLdiotrFxEAoJHU="; 20 24 }