11 resholve.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "01ssc7rnnwpyhjv96qy8drsskghbfpyxpsahk8s62lh8pxygynhv";
26 sed -i '2i GOSS_PATH=${goss}/bin/goss' extras/dgoss/dgoss
27 install -D extras/dgoss/dgoss $out/bin/dgoss
32 scripts = [ "bin/dgoss" ];
33 interpreter = "${bash}/bin/bash";
34 inputs = [ coreutils which ];
36 "$CONTAINER_RUNTIME" = true;
42 homepage = "https://github.com/aelsabbahy/goss/blob/v${version}/extras/dgoss/README.md";
43 description = "Convenience wrapper around goss that aims to bring the simplicity of goss to docker containers";
44 license = licenses.asl20;
45 platforms = platforms.linux;
46 maintainers = with maintainers; [ hyzual ];