Skip to content

Commit

Permalink
Fix flake (raphamorim#627)
Browse files Browse the repository at this point in the history
* flake: fix rust-toolchain for devshell

* flake: update flake
  • Loading branch information
TornaxO7 authored Aug 31, 2024
1 parent 6f8994c commit 0607da3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
lib,
...
}: let
rust-toolchain = (pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml).override {
rust-toolchain = pkgs.rust-bin.stable.latest.default.override {
extensions = ["rust-src" "rust-analyzer"];
};

Expand Down

0 comments on commit 0607da3

Please sign in to comment.