1 { lib, fetchFromGitHub, buildDunePackage
11 src = fetchFromGitHub {
14 rev = "${pname}.${version}";
15 sha256 = "sha256:1788cnn10idp5i1hggg4pys7k0w8m3h2p4xa42jipfg4cpj7shaf";
18 propagatedBuildInputs = [ base fmt ];
23 homepage = "https://smondet.gitlab.io/genspio-doc/";
24 description = "Typed EDSL to generate POSIX Shell scripts";
25 license = licenses.asl20;
26 maintainers = [ maintainers.alexfmpe ];