summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/wbob/source.nix
blob: af0f378090dbd608a8d1f711389bc364088a1e7f (plain)
1
2
3
4
5
6
7
import <stockholm/makefu/source.nix> {
  name="studio";
  override.musnix.git = {
    url = https://github.com/musnix/musnix.git;
    ref = "d8b989f";
  };
}