Loading shell.nix +8 −5 Original line number Diff line number Diff line Loading @@ -22,9 +22,12 @@ let }; in pkgs.mkShellNoCC { packages = [ packages = with pkgs; [ # The default formatter for Nix code # https://github.com/NixOS/nixfmt pkgs.nixfmt-rfc-style # See https://github.com/NixOS/nixfmt nixfmt-rfc-style # Helper to review Nixpkgs PRs # See CONTRIBUTING.md nixpkgs-review ]; } Loading
shell.nix +8 −5 Original line number Diff line number Diff line Loading @@ -22,9 +22,12 @@ let }; in pkgs.mkShellNoCC { packages = [ packages = with pkgs; [ # The default formatter for Nix code # https://github.com/NixOS/nixfmt pkgs.nixfmt-rfc-style # See https://github.com/NixOS/nixfmt nixfmt-rfc-style # Helper to review Nixpkgs PRs # See CONTRIBUTING.md nixpkgs-review ]; }