diff options
| author | makefu <github@syntax-fehler.de> | 2018-04-05 09:32:22 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2018-04-05 09:32:22 +0200 | 
| commit | 241973f2ec1f4fcf217c37fd102feba82bc0b66e (patch) | |
| tree | 8f5c7913eb0d838e8eef19565fcc0b754954972d | |
| parent | 3ed84b0b8c063a294e7cb40a786fa7a15ee0e5a4 (diff) | |
ma source: follow musnix master
| -rw-r--r-- | makefu/source.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index bbc059947..bcdb66a66 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -53,7 +53,7 @@ in      (mkIf ( musnix ) {        musnix.git = {          url = https://github.com/musnix/musnix.git; -        ref = "d8b989f"; +        ref = "master"; # follow the musnix channel, lets see how this works out        };      })  | 
