diff options
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>  | 
