summaryrefslogtreecommitdiffstats
path: root/nin/default.nix
diff options
context:
space:
mode:
authornin <nineinchnade@gmail.com>2017-01-12 22:21:21 +0100
committernin <nineinchnade@gmail.com>2017-01-12 22:21:21 +0100
commit270f385c72beea35d797d807c28a08811ebb614b (patch)
tree2a029db98a4d26cb2316dac162aef999f3fc61ed /nin/default.nix
parent8616bb393f7c994c78af50f10058434610157e57 (diff)
nin: init
Diffstat (limited to 'nin/default.nix')
-rw-r--r--nin/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nin/default.nix b/nin/default.nix
new file mode 100644
index 00000000..c31d6d94
--- /dev/null
+++ b/nin/default.nix
@@ -0,0 +1,7 @@
+_:
+{
+ imports = [
+ ../krebs
+ ./2configs
+ ];
+}