summaryrefslogtreecommitdiffstats
path: root/nin/default.nix
diff options
context:
space:
mode:
authornin <nin@c-base.org>2019-09-25 19:42:41 +0200
committertv <tv@krebsco.de>2019-09-25 21:36:01 +0200
commitb6443c712dc0d0782243cc60868b362f6e28031f (patch)
treeca2ab8279f39f570527e595794b1f7a63d403d4d /nin/default.nix
parent6a62fd95c616849e7a70fd12eebfacaf12738345 (diff)
Revert "remove nin"
This reverts commit 789a6ecc082911f12b22cb559b57cf2f76e6f2ed.
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 0000000..c31d6d9
--- /dev/null
+++ b/nin/default.nix
@@ -0,0 +1,7 @@
+_:
+{
+ imports = [
+ ../krebs
+ ./2configs
+ ];
+}