aboutsummaryrefslogtreecommitdiff
path: root/core/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'core/default.nix')
-rw-r--r--core/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/default.nix b/core/default.nix
deleted file mode 100644
index 9ea2247..0000000
--- a/core/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ ... }:
-
-{
- imports = [
- ./env.nix
- ./packages.nix
- ];
-}