feat: add support for custom rust toolchains compatible with rustup

This commit is contained in:
2026-05-31 20:16:39 -05:00
parent 30264efdb4
commit 3fefb3570a
3 changed files with 41 additions and 1 deletions
+5
View File
@@ -13,6 +13,11 @@
crane.url = "github:ipetkov/crane";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
cadquery = {
url = "github:vinszent/cq-flake";
# unfortunately dependencies are out of date so this needs it's own nixpkgs