about summary refs log tree commit diff
path: root/nixos/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/default.nix')
-rw-r--r--nixos/modules/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix
new file mode 100644
index 0000000..f17f392
--- /dev/null
+++ b/nixos/modules/default.nix
@@ -0,0 +1,5 @@
+{
+  cachix = import ./cachix;
+  flake = import ./flake.nix;
+  nix = import ./nix.nix;
+}