aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2025-08-19 11:08:38 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2025-08-19 11:08:38 -0400
commit35840e782e10a274852c7684bea22f5c0120f71d (patch)
treef852afbfd2568bc71930c10b4bdd0f44ce63052a /shell.nix
parenteadaed18427bcbb3ae31f14d40f2b4e7af2d2c43 (diff)
downloadaugust-offensive-35840e782e10a274852c7684bea22f5c0120f71d.tar.gz
august-offensive-35840e782e10a274852c7684bea22f5c0120f71d.tar.bz2
august-offensive-35840e782e10a274852c7684bea22f5c0120f71d.zip
Cargo.lock: Update
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 9af70c0..15639d7 100644
--- a/shell.nix
+++ b/shell.nix
@@ -2,7 +2,7 @@
let
rust_overlay = import (builtins.fetchTarball "https://github.com/oxalica/rust-overlay/archive/master.tar.gz");
pkgs = import <nixpkgs> { overlays = [ rust_overlay ]; };
- rustVersion = "1.81.0";
+ rustVersion = "1.82.0";
rust = pkgs.rust-bin.stable.${rustVersion}.default.override {
extensions = [
"rust-src" # for rust-analyzer
@@ -30,4 +30,4 @@ pkgs.mkShell {
# See https://discourse.nixos.org/t/rust-src-not-found-and-other-misadventures-of-developing-rust-on-nixos/11570/3?u=samuela. for more details.
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
-} \ No newline at end of file
+}