muvox-io / euphonium

Tiny audio platform
GNU Affero General Public License v3.0
96 stars 15 forks source link

build cli tool in nix #76

Closed AsbjornOlling closed 12 months ago

AsbjornOlling commented 12 months ago

Builds the cli tool in Nix.

Might not be ready to merge yet: still doesn't handle integrating the frontend with the cli.

I couldn't figure out how to set where euphonium will search for the index.html file. Right now it's just looking for ../../../core/fs/pkgs/web/dist/index.html. I guess that should be set to ${frontend}/index.html.