summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/wbob
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
commit0d3953ade9df4c51834378382753b344cb92e6c5 (patch)
treea45472dabd0cf22e0ea67c14c40daeef8cf0b8b8 /makefu/1systems/wbob
parent872c75a4255508ce24a0777e4fbfe744a77d1d30 (diff)
ma sources: add musnix to studio,vbob,wbob
Diffstat (limited to 'makefu/1systems/wbob')
-rw-r--r--makefu/1systems/wbob/source.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/1systems/wbob/source.nix b/makefu/1systems/wbob/source.nix
index 419ebbe3..af0f3780 100644
--- a/makefu/1systems/wbob/source.nix
+++ b/makefu/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";
+ };
}