lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 22.05-pre 10 lines 385 B view raw
1{ callPackage, ... } @ args: 2 3callPackage ./generic.nix (args // rec { 4 brand = "Midas"; 5 type = "M32"; 6 version = "4.1"; 7 url = "https://mediadl.musictribe.com/download/software/midas_${type}/${type}-Edit_LINUX_64-Bit_${version}.tar.gz"; 8 sha256 = "0aqhdrxqa49liyvbbw5x32kwk0h1spzvmizmdxklrfs64vvr9bvh"; 9 homepage = "https://midasconsoles.com/midas/product?modelCode=P0B3I"; 10})