diff --git a/shell.nix b/shell.nix index ecb444e75ec01..510692ed476b0 100644 --- a/shell.nix +++ b/shell.nix @@ -32,8 +32,5 @@ curPkgs # The default formatter for Nix code # See https://github.com/NixOS/nixfmt nixfmt-rfc-style - # Helper to review Nixpkgs PRs - # See CONTRIBUTING.md - nixpkgs-review ]; }