summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/wbob
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-17 22:48:32 +0200
committermakefu <github@syntax-fehler.de>2017-07-17 22:48:32 +0200
commitbe49befd5239ab2715992e3103bd71327e5a7310 (patch)
treef04eb78b10fde594a5271da81c091680eb3283df /makefu/1systems/wbob
parent7fa327dde1b69dd62a54074edf45a7a1987afd1c (diff)
ma sources: refactor redundant musnix in [vw]bob, studio
Diffstat (limited to 'makefu/1systems/wbob')
-rw-r--r--makefu/1systems/wbob/source.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/makefu/1systems/wbob/source.nix b/makefu/1systems/wbob/source.nix
index af0f3780..6f079d71 100644
--- a/makefu/1systems/wbob/source.nix
+++ b/makefu/1systems/wbob/source.nix
@@ -1,7 +1,4 @@
import <stockholm/makefu/source.nix> {
- name="studio";
- override.musnix.git = {
- url = https://github.com/musnix/musnix.git;
- ref = "d8b989f";
- };
+ name="wbob";
+ musnix = true;
}