Loading pkgs/by-name/co/codecov-cli/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -18,9 +18,11 @@ python3Packages.buildPythonApplication rec { fetchSubmodules = true; }).overrideAttrs (_: { env = { GIT_CONFIG_COUNT = 1; GIT_CONFIG_KEY_0 = "url.https://github.com/.insteadOf"; GIT_CONFIG_VALUE_0 = "git@github.com:"; }; }); build-system = with python3Packages; [ setuptools ]; Loading Loading
pkgs/by-name/co/codecov-cli/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -18,9 +18,11 @@ python3Packages.buildPythonApplication rec { fetchSubmodules = true; }).overrideAttrs (_: { env = { GIT_CONFIG_COUNT = 1; GIT_CONFIG_KEY_0 = "url.https://github.com/.insteadOf"; GIT_CONFIG_VALUE_0 = "git@github.com:"; }; }); build-system = with python3Packages; [ setuptools ]; Loading