Skip to content

Commit

Permalink
chore: upgrade nix deps & migrate to stable (#7517)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk authored Mar 29, 2024
1 parent 452956f commit d1ab09d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
overlays = [ rust-overlay.overlays.default solc.overlay ];
};
lib = pkgs.lib;
toolchain = pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
toolchain = pkgs.rust-bin.stable.latest.default.override {
extensions = [ "rustfmt" "clippy" "rust-src" ];
});
};
in
{
devShells.default = pkgs.mkShell {
Expand Down

0 comments on commit d1ab09d

Please sign in to comment.