6 buildDotnetModule rec {
10 src = fetchFromGitHub {
14 hash = "sha256-F1sxT9wh/K6VP7n1SlmmvmHlcgxDJw6Rht2hPIiRFjE=";
17 projectFile = "src/gei/gei.csproj";
18 nugetDeps = ./deps.nix; # File generated with `nix-build -A gh-gei.passthru.fetch-deps`.
21 homepage = "https://github.com/github/gh-gei";
22 description = "Migration CLI for GitHub to GitHub migrations";
23 license = licenses.mit;
24 maintainers = with maintainers; [ lafrenierejm ];