ma sources: add musnix to studio,vbob,wbob

This commit is contained in:
makefu 2017-07-16 15:44:53 +02:00
parent 9b1ef080e6
commit 2bdf5232ce
3 changed files with 11 additions and 3 deletions

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -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";
};
}