This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Description
it seems that #1119 makes the Tidal flake unbuildable when used as an input to another flake. for example, my nix-darwin flake includes
tidal.url = "github:tidalcycles/Tidal";
and when rebuilding my system, i now get the 'abl_link.h' file not found error.
i am not sure how to correctly pass submodules=1 in this situation. ive tried the following, which dont work:
- changing the input to
tidal.url = "github:tidalcycles/Tidal?submodules=1";
darwin-rebuild switch --flake .?submodules=1
darwin-rebuild switch --flake .?submodules=1#