Skip to content

Commit d3bb171

Browse files
committed
Nix expr: remove formatter
1 parent b96005f commit d3bb171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
(std.filterAttrs (name: val: std.isDerivation val) (import ./default.nix { inherit system pkgs; }));
2828
in
2929
{
30-
formatter = mapAttrs (system: pkgs: pkgs.nixfmt-rfc-style) nixpkgsFor;
3130
packages = mapAttrs (
3231
system: pkgs:
3332
(importDefaultDerivationsWith system pkgs)

0 commit comments

Comments
 (0)