summaryrefslogtreecommitdiff
path: root/dev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'dev/default.nix')
-rw-r--r--dev/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/dev/default.nix b/dev/default.nix
index 105273c..d1a371e 100644
--- a/dev/default.nix
+++ b/dev/default.nix
@@ -1,13 +1,7 @@
{
imports = [
- ./checks.nix
./devShells.nix
./hydraJobs.nix
+ ./treefmt.nix
];
-
- perSystem =
- { pkgs, ... }:
- {
- formatter = pkgs.nixfmt-rfc-style;
- };
}