Skip to content

Commit 573ffac

Browse files
committedFeb 19, 2025
Remove nixfmt override
Closes #12418 IFD in nixfmt repo
1 parent f201446 commit 573ffac

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed
 

‎flake.lock

-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎flake.nix

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# work around 7730 and https://github.com/NixOS/nix/issues/7807
2121
inputs.git-hooks-nix.inputs.flake-compat.follows = "";
2222
inputs.git-hooks-nix.inputs.gitignore.follows = "";
23-
inputs.nixfmt.url = "github:NixOS/nixfmt";
2423

2524
outputs =
2625
inputs@{

‎maintainers/flake-module.nix

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
};
4040
nixfmt-rfc-style = {
4141
enable = true;
42-
package = inputs.nixfmt.packages.${pkgs.hostPlatform.system}.default;
4342
excludes = [
4443
# Invalid
4544
''^tests/functional/lang/parse-.*\.nix$''

0 commit comments

Comments
 (0)