mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
shell.nix: include gh in the default shell
GitHub's CLI is now used by nixpkgs-review to fetch Nixpkgs evaluation results from GitHub Actions. Including it in the default shell will allow all contributors to easily log-in to GitHub when nixpkgs-review tries to fetch evaluation results. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
e77c2830a0
commit
2e76f1b474
1 changed files with 3 additions and 0 deletions
|
@ -35,5 +35,8 @@ curPkgs
|
||||||
# Helper to review Nixpkgs PRs
|
# Helper to review Nixpkgs PRs
|
||||||
# See CONTRIBUTING.md
|
# See CONTRIBUTING.md
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
|
# Command-line utility for working with GitHub
|
||||||
|
# Used by nixpkgs-review to fetch eval results
|
||||||
|
gh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue