diff options
author | makefu <github@syntax-fehler.de> | 2017-05-12 11:31:46 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-05-12 11:31:46 +0200 |
commit | 7a7612fb4d32349ba0ad87531845e65a8ee54deb (patch) | |
tree | 160e28adc19280598e59c065aeb06a6c1fe67066 /makefu/2configs/sources/default.nix | |
parent | f65349a3bcf315a0e89db63772c1a164352c6693 (diff) |
m 2 audio: init
Diffstat (limited to 'makefu/2configs/sources/default.nix')
-rw-r--r-- | makefu/2configs/sources/default.nix | 7 |
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 000000000..232117aec --- /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 + ]; +} |