flake: add wildmidi in devshell
This commit is contained in:
parent
b3085369e2
commit
2a60165ebc
1 changed files with 7 additions and 0 deletions
|
@ -39,5 +39,12 @@
|
|||
in {
|
||||
indigo-night = makeSheetMusic "indigo-night";
|
||||
};
|
||||
|
||||
devShell = pkgs.mkShellNoCC {
|
||||
buildInputs = [
|
||||
pkgs.lilypond-with-fonts
|
||||
pkgs.wildmidi
|
||||
];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue