diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-05-08 14:58:29 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-05-08 14:58:29 -0400 |
| commit | c56dea4fbd53fde13efaf742ab9ee9d56575128a (patch) | |
| tree | b9dd0c42d9862c78be8bbb7a2471d6462e8d299d /flake.nix | |
| parent | fb088b4ff56ed76dabf4e638cb92bc1b9275fbcc (diff) | |
bump rust-overlay
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ flake-utils, ... } @ inputs: let - mkBuildToolchain = pkgs: pkgs.rust-bin.nightly."2022-11-20".minimal; + mkBuildToolchain = pkgs: pkgs.rust-bin.nightly."2024-05-01".minimal; deps = pkgs: with pkgs; [ openssl |
