7 buildDotnetModule rec {
11 src = fetchFromGitHub {
15 hash = "sha256-6lEEeAYrMB9wwATsORuaS21wLOB+gq/od88FobSse50=";
18 dotnet-sdk = dotnetCorePackages.sdk_6_0;
19 projectFile = "src/gei/gei.csproj";
20 nugetDeps = ./deps.nix; # File generated with `nix-build -A gh-gei.passthru.fetch-deps`.
23 homepage = "https://github.com/github/gh-gei";
24 description = "Migration CLI for GitHub to GitHub migrations";
25 license = licenses.mit;
26 maintainers = with maintainers; [ lafrenierejm ];