Skip to content

wildcard in workspace.members causes evaluation error #387

Open
@Pacman99

Description

@Pacman99

While trying to build cw-denom one of the dependencies for the cargo project I'm working on, I get the following error:

       … while evaluating derivation 'cw-denom-2.4.2'
         whose name attribute is located at /nix/store/vsmj7776ik51zzkyy22ydl00ib2w1rpp-source/pkgs/stdenv/generic/make-derivation.nix:331:7

       … while evaluating attribute 'buildCommand' of derivation 'cw-denom-2.4.2'

         at /nix/store/vsmj7776ik51zzkyy22ydl00ib2w1rpp-source/pkgs/build-support/trivial-builders/default.nix:68:16:

           67|         enableParallelBuilding = true;
           68|         inherit buildCommand name;
             |                ^
           69|         passAsFile = [ "buildCommand" ]

       … while calling anonymous lambda

         at /nix/store/w6v7ag6lrck6kz84q48ih8zi0ac2w3g6-source/tools.nix:421:24:

          420|                     (builtins.filter
          421|                       (to_filter:
             |                        ^
          422|                         (getCrateNameFromPath to_filter) == name

       … from call site

         at /nix/store/w6v7ag6lrck6kz84q48ih8zi0ac2w3g6-source/tools.nix:422:26:

          421|                       (to_filter:
          422|                         (getCrateNameFromPath to_filter) == name
             |                          ^
          423|                       )

       … while calling 'getCrateNameFromPath'

         at /nix/store/w6v7ag6lrck6kz84q48ih8zi0ac2w3g6-source/tools.nix:411:38:

          410|
          411|               getCrateNameFromPath = path:
             |                                      ^
          412|                 let

       error: getting status of '/nix/store/yk9ss8y5pwfd3rm0jn681amxm0nj5j2p-cw-denom-2.4.2/contracts/distribution/*': No such file or directory

Metadata

Metadata

Assignees

No one assigned

    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