Skip to content

Commit

Permalink
build(nix): update flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed May 25, 2023
1 parent 3ab1d3e commit 08e73ab
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 1,313 deletions.
4 changes: 2 additions & 2 deletions flake-parts/rust-toolchain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
inputs',
...
}: let
fenix-channel = inputs'.fenix.packages.stable;
# fenix-channel = inputs'.fenix.packages.latest;
# fenix-channel = inputs'.fenix.packages.stable;
fenix-channel = inputs'.fenix.packages.latest;
fenix-toolchain = fenix-channel.withComponents [
"rustc"
"cargo"
Expand Down
Loading

0 comments on commit 08e73ab

Please sign in to comment.