From d9e292ca0e113d094ecc3b771343f966d922ac3f Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Tue, 25 Nov 2025 15:44:10 -0500 Subject: [PATCH] shell: use nixpkgs-reviewFull nixpkgs-reviewFull includes some better defaults that may be more friendly to users. Link: https://github.com/NixOS/nixpkgs/issues/426408#issuecomment-3577306662 Signed-off-by: Ethan Carter Edwards --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index b239adde821b..4d8043f431b5 100644 --- a/shell.nix +++ b/shell.nix @@ -34,7 +34,7 @@ curPkgs packages = with pkgs; [ # Helper to review Nixpkgs PRs # See CONTRIBUTING.md - nixpkgs-review + nixpkgs-reviewFull # Command-line utility for working with GitHub # Used by nixpkgs-review to fetch eval results gh