summaryrefslogtreecommitdiffstats
path: root/1systems/wbob/source.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-16 15:44:53 +0200
committermakefu <github@syntax-fehler.de>2017-07-16 15:44:53 +0200
commit2bdf5232ce3e64bd63ded6f0b96a5870be3097ae (patch)
treece25f97226e5034fd0e8215f726be307b6504def /1systems/wbob/source.nix
parent9b1ef080e62e5010f4903704e2d7a822840a7bc5 (diff)
ma sources: add musnix to studio,vbob,wbob
Diffstat (limited to '1systems/wbob/source.nix')
-rw-r--r--1systems/wbob/source.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/1systems/wbob/source.nix b/1systems/wbob/source.nix
index 419ebbe3b..af0f37809 100644
--- a/1systems/wbob/source.nix
+++ b/1systems/wbob/source.nix
@@ -1,3 +1,7 @@
import <stockholm/makefu/source.nix> {
- name="wbob";
+ name="studio";
+ override.musnix.git = {
+ url = https://github.com/musnix/musnix.git;
+ ref = "d8b989f";
+ };
}