Skip to content

Commit

Permalink
Merge pull request #12524 from NixOS/remove-nixfmt-override
Browse files Browse the repository at this point in the history
Remove nixfmt override
  • Loading branch information
edolstra authored Feb 19, 2025
2 parents 2b3fed4 + 573ffac commit e5fdb4b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
52 changes: 0 additions & 52 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# work around 7730 and https://github.com/NixOS/nix/issues/7807
inputs.git-hooks-nix.inputs.flake-compat.follows = "";
inputs.git-hooks-nix.inputs.gitignore.follows = "";
inputs.nixfmt.url = "github:NixOS/nixfmt";

outputs =
inputs@{
Expand Down
1 change: 0 additions & 1 deletion maintainers/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
};
nixfmt-rfc-style = {
enable = true;
package = inputs.nixfmt.packages.${pkgs.hostPlatform.system}.default;
excludes = [
# Invalid
''^tests/functional/lang/parse-.*\.nix$''
Expand Down

0 comments on commit e5fdb4b

Please sign in to comment.