summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/studio
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-21 10:49:56 +0200
committermakefu <github@syntax-fehler.de>2017-07-21 10:49:56 +0200
commit3395a2cfb216a1d36cd1f80f37359db1eb2e0276 (patch)
tree5fd1ad8517cca27906ecbf67529e6268fe71bb2d /makefu/1systems/studio
parent0983acf6ede116ce5091686ca3e169df2c5c1a8e (diff)
ma omo: enable musnix in sources
Diffstat (limited to 'makefu/1systems/studio')
-rw-r--r--makefu/1systems/studio/source.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/makefu/1systems/studio/source.nix b/makefu/1systems/studio/source.nix
index af0f3780..f662653e 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;
}