Skip to content

nix flake: upgrade rustc to fix experimental feature compile error#349

Merged
ethangreen-dev merged 2 commits intoethangreen-dev:masterfrom
kasimeka:master
Feb 17, 2026
Merged

nix flake: upgrade rustc to fix experimental feature compile error#349
ethangreen-dev merged 2 commits intoethangreen-dev:masterfrom
kasimeka:master

Conversation

@kasimeka
Copy link
Copy Markdown
Contributor

@kasimeka kasimeka commented Feb 7, 2026

i removed useFetchCargoVendor = true; because it's deprecated and its behaviour is enabled by default in recent versions of nixpkgs.

the PR itself fixes the following error by upgrading to today's rust nightly (with nix flake update), instead of an old one from last year.

>readme error[E0658]: use of unstable library feature `path_add_extension`
>    --> crates/lovely-core/src/dump.rs:146:15
>     |
> 146 |     json_path.add_extension("json");
>     |               ^^^^^^^^^^^^^
>     |
>     = note: see issue #127292 <https://github.com/rust-lang/rust/issues/127292> for more information
>     = help: add `#![feature(path_add_extension)]` to the crate attributes to enable

@ethangreen-dev ethangreen-dev merged commit 6718a70 into ethangreen-dev:master Feb 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants