about summary refs log tree commit diff
path: root/nix/modules/default.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-09-13 15:04:06 +0200
committerEmile <git@emile.space>2024-09-13 15:04:06 +0200
commit35d6c2c70824cf77ef2216889cc9730b622f5ac1 (patch)
tree2435a97f87409deb57c279fb41534e0d10c901ca /nix/modules/default.nix
parent902c97cf9aa16c5bb4a45b28f182e4d6033156e7 (diff)
big push
Diffstat (limited to 'nix/modules/default.nix')
-rw-r--r--nix/modules/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nix/modules/default.nix b/nix/modules/default.nix
deleted file mode 100644
index 6e6faae..0000000
--- a/nix/modules/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ ... }:
-
-{
-  imports = [
-    ./ports
-    ./r2wars-web
-  ];
-}