Loading maintainers/maintainer-list.nix +1 −1 Original line number Diff line number Diff line Loading @@ -15392,7 +15392,7 @@ schinmai-akamai = { email = "schinmai@akamai.com"; github = "schinmai-akamai"; gitubId = 70169773; githubId = 70169773; name = "Tarun Chinmai Sekar"; }; schmitthenner = { Loading pkgs/tools/networking/goodhosts/default.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , testers }: buildGoModule rec { pname = "goodhosts"; version = "1.1.1"; src = fetchFromGitHub { owner = "goodhosts"; repo = "cli"; rev = "v${version}"; hash = "sha256-VXOMyYM4jS3gYxm3WiKw3uKeC535ppd9iHumPiupGbc="; }; ldflags = [ "-s -w -X main.version=${version}" ]; postInstall = '' mv $out/bin/cli $out/bin/goodhosts ''; vendorHash = "sha256-pL1z8cfnzcmX5iMVHQJGXYmzGuf8bp4Txbqoh5wSPWQ="; meta = with lib; { description = "A CLI tool for managing hostfiles"; license = licenses.mit; homepage = "https://github.com/goodhosts/cli/tree/main"; maintainers = with maintainers; [ schinmai-akamai ]; mainProgram = "goodhosts"; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1816,6 +1816,8 @@ with pkgs; godspeed = callPackage ../tools/networking/godspeed { }; goodhosts = callPackage ../tools/networking/goodhosts { }; goose = callPackage ../tools/misc/goose { }; gp-saml-gui = python3Packages.callPackage ../tools/networking/gp-saml-gui { }; Loading
maintainers/maintainer-list.nix +1 −1 Original line number Diff line number Diff line Loading @@ -15392,7 +15392,7 @@ schinmai-akamai = { email = "schinmai@akamai.com"; github = "schinmai-akamai"; gitubId = 70169773; githubId = 70169773; name = "Tarun Chinmai Sekar"; }; schmitthenner = { Loading
pkgs/tools/networking/goodhosts/default.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , testers }: buildGoModule rec { pname = "goodhosts"; version = "1.1.1"; src = fetchFromGitHub { owner = "goodhosts"; repo = "cli"; rev = "v${version}"; hash = "sha256-VXOMyYM4jS3gYxm3WiKw3uKeC535ppd9iHumPiupGbc="; }; ldflags = [ "-s -w -X main.version=${version}" ]; postInstall = '' mv $out/bin/cli $out/bin/goodhosts ''; vendorHash = "sha256-pL1z8cfnzcmX5iMVHQJGXYmzGuf8bp4Txbqoh5wSPWQ="; meta = with lib; { description = "A CLI tool for managing hostfiles"; license = licenses.mit; homepage = "https://github.com/goodhosts/cli/tree/main"; maintainers = with maintainers; [ schinmai-akamai ]; mainProgram = "goodhosts"; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1816,6 +1816,8 @@ with pkgs; godspeed = callPackage ../tools/networking/godspeed { }; goodhosts = callPackage ../tools/networking/goodhosts { }; goose = callPackage ../tools/misc/goose { }; gp-saml-gui = python3Packages.callPackage ../tools/networking/gp-saml-gui { };