nix: dl-librescore

This commit is contained in:
Primrose 2024-06-24 16:54:02 +02:00
parent 1ded9f8bee
commit bc43eb2df1
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 43 additions and 0 deletions

View file

@ -32,6 +32,8 @@
# alpha tokei with typst
tokei = pkgs.callPackage ./tokei.nix { };
dl-librescore = pkgs.callPackage ./dl-librescore.nix { };
};
};
}