You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2019. It is now read-only.
Issue description
Some Rust crates (most prominently Diesel) have features with
names that start with numbers.
In the current implementation of Carnix, these generate unquoted
attribute set keys which end up breaking the Nix parser.
Example from the
Cargo.nixof a project depending on Diesel:Leads to errors like this:
An easy fix would be to simply quote all feature names.