Skip to content

cannot consume Tidal flake after switch to Link submodule #1137

Open
@ahihi

Description

@ahihi

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions