flake: add wildmidi in devshell

This commit is contained in:
Antoine Martin 2022-10-27 23:21:54 +02:00
parent b3085369e2
commit 2a60165ebc

View file

@ -39,5 +39,12 @@
in {
indigo-night = makeSheetMusic "indigo-night";
};
devShell = pkgs.mkShellNoCC {
buildInputs = [
pkgs.lilypond-with-fonts
pkgs.wildmidi
];
};
});
}