diff --git a/default.nix b/default.nix index 286b3a8..7431fc5 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ # Makes the config pure as well. See /top-level/impure.nix: config = { }; } -, rustVersion ? nixpkgs.rust-bin.stable."1.63.0".default +, rustVersion ? nixpkgs.rust-bin.stable."1.65.0".default }: let lib = nixpkgs.lib;