ipetkov / crane

A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
https://crane.dev
MIT License
962 stars 92 forks source link

Add build-std and quick-start-workspace as flake templates #665

Closed SebRut closed 4 months ago

SebRut commented 4 months ago

Motivation

I'd like to use the workspace template as documented on https://crane.dev/examples/quick-start-workspace.html . Running the provided command fails with error: flake 'github:ipetkov/crane' does not provide attribute 'templates.quick-start-workspace' or 'quick-start-workspace', I think because the example is missing from the flake.

Checklist