diff options
author | makefu <github@syntax-fehler.de> | 2017-07-21 10:49:56 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-21 10:49:56 +0200 |
commit | 3395a2cfb216a1d36cd1f80f37359db1eb2e0276 (patch) | |
tree | 5fd1ad8517cca27906ecbf67529e6268fe71bb2d /makefu | |
parent | 0983acf6ede116ce5091686ca3e169df2c5c1a8e (diff) |
ma omo: enable musnix in sources
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/1systems/studio/source.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/makefu/1systems/studio/source.nix b/makefu/1systems/studio/source.nix index af0f37809..f662653e7 100644 --- a/makefu/1systems/studio/source.nix +++ b/makefu/1systems/studio/source.nix @@ -1,7 +1,4 @@ import <stockholm/makefu/source.nix> { name="studio"; - override.musnix.git = { - url = https://github.com/musnix/musnix.git; - ref = "d8b989f"; - }; + musnix = true; } |