ma sources: add musnix to studio,vbob,wbob

This commit is contained in:
makefu 2017-07-16 15:44:53 +02:00
parent 872c75a425
commit 0d3953ade9
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
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";
};
}