Skip to content

Commit

Permalink
ci: update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed May 9, 2023
1 parent 96690c7 commit 84715b5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
36 changes: 27 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 @@ -16,7 +16,7 @@
inherit system;
overlays = [ rust-overlay.overlays.default ];
};
rust = ((pkgs.rustChannelOf { date = "2023-04-03"; channel = "nightly"; }).default.override {
rust = ((pkgs.rustChannelOf { date = "2023-05-07"; channel = "nightly"; }).default.override {
extensions = [ "rust-src" "miri" "rust-analyzer" ];
});
in
Expand Down

0 comments on commit 84715b5

Please sign in to comment.