summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 0982525..3a9c882 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,14 +17,13 @@
];
imports = [
- # primary outputs
./dev
./lib
./modules
./systems
./users
- ./ext # external, not so nix-y things
+ ./ext
];
};