On a pipewire enabled host, run the applications with:
$ nix run github:podenv/modularix#app
Available app:
-
reaper with reapack, sws and yabridge
-
tidal and supercollider
-
puredata and plugdata
-
bespoke synth
-
vcv
-
mididump
-
clap-host
-
blender
-
blender-humans (run once to add to library)
CLAP/LV2 plugins (add store path to DAW config):
- lsp-plugins
- cardinal
- fabla
- surge
Get the list of installables:
$ nix flake show github:podenv/modularix
Use a pinned url by adding a GIT_REF:
$ nix flake show github:podenv/modularix/4a179844b0e00829180d548bf5a3bcc692b2c5eb
Build a package:
$ nix build github:podenv/modularix#mididump
Get the dependencies tree:
$ nix-store -q --tree $(nix path-info github:podenv/modularix#mididump)