summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 2 insertions, 13 deletions
diff --git a/flake.nix b/flake.nix
index 547b020..0982525 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,25 +18,14 @@
imports = [
# primary outputs
+ ./dev
./lib
./modules
./systems
./users
- # dev outputs
- ./checks.nix
- ./devShells.nix
- ./hydraJobs.nix
-
- # external, not so nix-y things
- ./ext
+ ./ext # external, not so nix-y things
];
-
- perSystem =
- { pkgs, ... }:
- {
- formatter = pkgs.nixfmt-rfc-style;
- };
};
inputs = {