1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "01ssc7rnnwpyhjv96qy8drsskghbfpyxpsahk8s62lh8pxygynhv";
14 vendorSha256 = "sha256-zlQMVn4w6syYmntxpeiIc1UTbFrIJzOMg0RVDCICTM8=";
18 "-s" "-w" "-X main.version=v${version}"
22 homepage = "https://github.com/aelsabbahy/goss/";
23 changelog = "https://github.com/aelsabbahy/goss/releases/tag/v${version}";
24 description = "Quick and easy server validation";
26 Goss is a YAML based serverspec alternative tool for validating a server’s configuration.
27 It eases the process of writing tests by allowing the user to generate tests from the current system state.
28 Once the test suite is written they can be executed, waited-on, or served as a health endpoint.
30 license = licenses.asl20;
31 platforms = platforms.linux;
32 maintainers = with maintainers; [ hyzual jk ];