summaryrefslogtreecommitdiffstats
path: root/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
commite2dacab501983da8a7b78ac348bfa1b5e6f08911 (patch)
tree511d49d1befa96d5bfe98cde302bf927c3632672 /1systems/wbob
parent970469c10a7451cfede8c64b8406132f25019265 (diff)
ma sources: refactor redundant musnix in [vw]bob, studio
Diffstat (limited to '1systems/wbob')
-rw-r--r--1systems/wbob/source.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/1systems/wbob/source.nix b/1systems/wbob/source.nix
index af0f37809..6f079d712 100644
--- a/1systems/wbob/source.nix
+++ b/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;
}