ma sources: add musnix to studio,vbob,wbob
This commit is contained in:
parent
9b1ef080e6
commit
2bdf5232ce
|
@ -2,6 +2,6 @@ import <stockholm/makefu/source.nix> {
|
||||||
name="studio";
|
name="studio";
|
||||||
override.musnix.git = {
|
override.musnix.git = {
|
||||||
url = https://github.com/musnix/musnix.git;
|
url = https://github.com/musnix/musnix.git;
|
||||||
ref = "f0ec1f3";
|
ref = "d8b989f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
import <stockholm/makefu/source.nix> {
|
import <stockholm/makefu/source.nix> {
|
||||||
name="vbob";
|
name="studio";
|
||||||
|
override.musnix.git = {
|
||||||
|
url = https://github.com/musnix/musnix.git;
|
||||||
|
ref = "d8b989f";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
import <stockholm/makefu/source.nix> {
|
import <stockholm/makefu/source.nix> {
|
||||||
name="wbob";
|
name="studio";
|
||||||
|
override.musnix.git = {
|
||||||
|
url = https://github.com/musnix/musnix.git;
|
||||||
|
ref = "d8b989f";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue