diff options
author | makefu <github@syntax-fehler.de> | 2017-07-16 15:44:53 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-16 15:44:53 +0200 |
commit | 0d3953ade9df4c51834378382753b344cb92e6c5 (patch) | |
tree | a45472dabd0cf22e0ea67c14c40daeef8cf0b8b8 /makefu/1systems/vbob/source.nix | |
parent | 872c75a4255508ce24a0777e4fbfe744a77d1d30 (diff) |
ma sources: add musnix to studio,vbob,wbob
Diffstat (limited to 'makefu/1systems/vbob/source.nix')
-rw-r--r-- | makefu/1systems/vbob/source.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/1systems/vbob/source.nix b/makefu/1systems/vbob/source.nix index 96c3f368c..af0f37809 100644 --- a/makefu/1systems/vbob/source.nix +++ b/makefu/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"; + }; } |