Loading lib/tests/maintainers.nix +1 −1 Original line number Diff line number Diff line # to run these tests (and the others) # nix-build nixpkgs/lib/tests/release.nix # These tests should stay in sync with the comment in maintainers/maintainers-list.nix # These tests should stay in sync with the comment in maintainers/maintainer-list.nix { # The pkgs used for dependencies for the testing itself pkgs ? import ../.. { }, Loading maintainers/scripts/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ a given nixpkgs maintainer, equivalent to `lib.maintainers.${x} // { handle = x; This allows looking up a maintainer's attrset (including GitHub and Matrix handles, email address etc.) based on any of their handles, more correctly and robustly than text search through `maintainers-list.nix`. robustly than text search through `maintainer-list.nix`. ``` ❯ ./get-maintainer.sh nicoo Loading Loading
lib/tests/maintainers.nix +1 −1 Original line number Diff line number Diff line # to run these tests (and the others) # nix-build nixpkgs/lib/tests/release.nix # These tests should stay in sync with the comment in maintainers/maintainers-list.nix # These tests should stay in sync with the comment in maintainers/maintainer-list.nix { # The pkgs used for dependencies for the testing itself pkgs ? import ../.. { }, Loading
maintainers/scripts/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ a given nixpkgs maintainer, equivalent to `lib.maintainers.${x} // { handle = x; This allows looking up a maintainer's attrset (including GitHub and Matrix handles, email address etc.) based on any of their handles, more correctly and robustly than text search through `maintainers-list.nix`. robustly than text search through `maintainer-list.nix`. ``` ❯ ./get-maintainer.sh nicoo Loading