Skip to content

Commit

Permalink
update-versions, Nixpkgs, Rustc's
Browse files Browse the repository at this point in the history
  • Loading branch information
psionic-k committed Jan 12, 2023
1 parent 493480a commit 5ed7cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=release-22.05";
nixpkgs.url = "github:nixos/nixpkgs?ref=release-22.11";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -72,7 +72,7 @@
# for more info.
rustPkgs = pkgs.rustBuilder.makePackageSet {
packageFun = import ./Cargo.nix;
rustVersion = "1.64.0";
rustVersion = "1.66.1";
packageOverrides = pkgs: pkgs.rustBuilder.overrides.all;
};
# `rustPkgs` now contains all crates in the dependency graph.
Expand Down

0 comments on commit 5ed7cb5

Please sign in to comment.