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 | |
parent | 7704f80890c75f65c2906ecc17cdd89761d308ad (diff) |
ma: deploy musnix via new source.nix
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/studio/source.nix | 4 | ||||
-rw-r--r-- | makefu/1systems/x/config.nix | 3 |
2 files changed, 4 insertions, 3 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"; + }; } diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index b84394cd2..2dd232193 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -26,9 +26,6 @@ with import <stockholm/lib>; # <stockholm/makefu/2configs/deployment/led-fader> # <stockholm/makefu/2configs/deployment/hound> - # development - <stockholm/makefu/2configs/sources> - # Krebs <stockholm/makefu/2configs/tinc/retiolum.nix> |