summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/sources/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-05-12 11:31:46 +0200
committermakefu <github@syntax-fehler.de>2017-05-12 11:31:46 +0200
commit7a7612fb4d32349ba0ad87531845e65a8ee54deb (patch)
tree160e28adc19280598e59c065aeb06a6c1fe67066 /makefu/2configs/sources/default.nix
parentf65349a3bcf315a0e89db63772c1a164352c6693 (diff)
m 2 audio: init
Diffstat (limited to 'makefu/2configs/sources/default.nix')
-rw-r--r--makefu/2configs/sources/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/sources/default.nix b/makefu/2configs/sources/default.nix
new file mode 100644
index 00000000..232117ae
--- /dev/null
+++ b/makefu/2configs/sources/default.nix
@@ -0,0 +1,7 @@
+# the builder pc (my laptop) will also require the sources i use to deploy
+# other boxes
+{
+ imports = [
+ ./musnix.nix
+ ];
+}