summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index d71313cf..7af8fe82 100644
--- a/flake.nix
+++ b/flake.nix
@@ -60,8 +60,6 @@
}
);
- formatter = nixpkgs.lib.genAttrs targetSystems (system: {
- default = (pkgsFor system).nixfmt-rfc-style;
- });
+ formatter = nixpkgs.lib.genAttrs targetSystems (system: (pkgsFor system).nixfmt-rfc-style);
};
}