cq-flake icon indicating copy to clipboard operation
cq-flake copied to clipboard

Docs reference a flake output which does not exist

Open erooke opened this issue 9 months ago • 0 comments

From the readme:

To create an environment with CadQuery and python-language-server (where hopefully your IDE will pick up python-language-server and supply autocomplete, docs, etc.):
```sh
nix shell github:marcus7070/cq-flake#cadquery-env
```

However this throws an error when it is run:

$ nix shell github:marcus7070/cq-flake#cadquery-env
error: flake 'github:marcus7070/cq-flake' does not provide attribute 'packages.x86_64-linux.cadquery-env', 'legacyPackages.x86_64-linux.cadquery-env' or 'cadquery-env'

erooke avatar May 15 '24 00:05 erooke