Loading pkgs/tools/package-management/nixpkgs-review/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec { }; makeWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath [ nixUnstable git ]) "--prefix" "PATH" ":" "${lib.makeBinPath [ nixUnstable git ]}" ]; doCheck = false; Loading @@ -26,6 +26,6 @@ python3.pkgs.buildPythonApplication rec { description = "Review pull-requests on https://github.com/NixOS/nixpkgs"; homepage = "https://github.com/Mic92/nixpkgs-review"; license = licenses.mit; maintainers = [ maintainers.mic92 ]; maintainers = with maintainers; [ mic92 SuperSandro2000 ]; }; } Loading
pkgs/tools/package-management/nixpkgs-review/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec { }; makeWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath [ nixUnstable git ]) "--prefix" "PATH" ":" "${lib.makeBinPath [ nixUnstable git ]}" ]; doCheck = false; Loading @@ -26,6 +26,6 @@ python3.pkgs.buildPythonApplication rec { description = "Review pull-requests on https://github.com/NixOS/nixpkgs"; homepage = "https://github.com/Mic92/nixpkgs-review"; license = licenses.mit; maintainers = [ maintainers.mic92 ]; maintainers = with maintainers; [ mic92 SuperSandro2000 ]; }; }