diff options
author | makefu <github@syntax-fehler.de> | 2017-07-15 22:35:34 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-15 22:35:45 +0200 |
commit | 91706b67afb5cc527ea56526400e20183374a84c (patch) | |
tree | bfdc3c6391b0e7ecfe0528b96eef2b2a787f2fc4 /makefu/1systems/studio | |
parent | 7704f80890c75f65c2906ecc17cdd89761d308ad (diff) |
ma: deploy musnix via new source.nix
Diffstat (limited to 'makefu/1systems/studio')
-rw-r--r-- | makefu/1systems/studio/source.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/1systems/studio/source.nix b/makefu/1systems/studio/source.nix index f5a7e19c4..092330a50 100644 --- a/makefu/1systems/studio/source.nix +++ b/makefu/1systems/studio/source.nix @@ -1,3 +1,7 @@ import <stockholm/makefu/source.nix> { name="studio"; + override.musnix.git = { + url = https://github.com/musnix/musnix.git; + ref = "f0ec1f3"; + }; } |