Open
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#
Metadata
Metadata
Assignees
Labels
No labels