Skip to content

Commit

Permalink
update nix flake environment (#654)
Browse files Browse the repository at this point in the history
# Objective

I noticed that when trying to diagnose an issue that we don't compile
with the current nix lock, (rust being to old)
```
error: package `tokio-macros v2.4.0` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.65.0-nightly
```

# Solution
ran `nix flake update`, and now it brings in a recent enough rust
nightly for everything to compile
  • Loading branch information
lukashermansson authored Oct 7, 2024
1 parent 17c34cb commit 774a142
Showing 1 changed file with 32 additions and 30 deletions.
62 changes: 32 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 774a142

Please sign in to comment.