11 src = fetchFromGitHub {
15 hash = "sha256-FrAyK50D0EbGygg7R8KX2LxuS8y2B+6i3F6olLuAqDM=";
23 "-X=main.Version=v${version}"
27 mv $out/bin/cli $out/bin/nhost
31 description = "A tool for setting up a local development environment for Nhost";
32 homepage = "https://github.com/nhost/cli";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ moraxyc ];
35 mainProgram = "nhost";