summaryrefslogtreecommitdiffstats
path: root/1systems
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
parent9b1ef080e62e5010f4903704e2d7a822840a7bc5 (diff)
ma sources: add musnix to studio,vbob,wbob
Diffstat (limited to '1systems')
-rw-r--r--1systems/studio/source.nix2
-rw-r--r--1systems/vbob/source.nix6
-rw-r--r--1systems/wbob/source.nix6
3 files changed, 11 insertions, 3 deletions
diff --git a/1systems/studio/source.nix b/1systems/studio/source.nix
index 092330a50..af0f37809 100644
--- a/1systems/studio/source.nix
+++ b/1systems/studio/source.nix
@@ -2,6 +2,6 @@ import <stockholm/makefu/source.nix> {
name="studio";
override.musnix.git = {
url = https://github.com/musnix/musnix.git;
- ref = "f0ec1f3";
+ ref = "d8b989f";
};
}
diff --git a/1systems/vbob/source.nix b/1systems/vbob/source.nix
index 96c3f368c..af0f37809 100644
--- a/1systems/vbob/source.nix
+++ b/1systems/vbob/source.nix
@@ -1,3 +1,7 @@
import <stockholm/makefu/source.nix> {
- name="vbob";
+ name="studio";
+ override.musnix.git = {
+ url = https://github.com/musnix/musnix.git;
+ ref = "d8b989f";
+ };
}
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";
+ };
}