mitchmindtree/tidalcycles.nix

attribute 'utils' missing in flake template

Closed this issue · 1 comments

There seems to be a bug with the flake template. I followed the steps in the README which produces this error:

❯ nix flake new --template github:mitchmindtree/tidalcycles.nix#templates.default ./my-tidal-project
wrote: /home/pim/Documents/my-tidal-project/flake.nix
wrote: /home/pim/Documents/my-tidal-project/main.tidal
❯ cd my-tidal-project/
❯ nix develop
warning: creating lock file '/home/pim/Documents/my-tidal-project/flake.lock'
error:
       … in the left operand of the update (//) operator

         at «string»:56:13:

           55|             # This is shadowed in the next //
           56|             // sourceInfo
             |             ^
           57|             // {

       error: attribute 'utils' missing

       at /nix/store/3n163sznkq4vg4dirvj83q5wnc46h7im-source/flake.nix:8:5:

            7|     inputs:
            8|     inputs.tidal.utils.eachSupportedSystem (system: {
             |     ^
            9|       devShells = inputs.tidal.devShells.${system};

Looks like it got deleted in 82f3e8e8d02eb9f0c9dfe9ab3773b825c6bc1982