about summary refs log tree commit diff
path: root/nix/modules/x86_64-linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/x86_64-linux.nix')
-rw-r--r--nix/modules/x86_64-linux.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/modules/x86_64-linux.nix b/nix/modules/x86_64-linux.nix
new file mode 100644
index 0000000..9f81e10
--- /dev/null
+++ b/nix/modules/x86_64-linux.nix
@@ -0,0 +1,6 @@
+{
+  imports = [
+    ./ports
+    ./r2wars-web
+  ];
+}