summary refs log tree commit diff
path: root/rust/flake.nix
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-08-05 13:00:23 -0700
committerIrene Knapp <ireneista@irenes.space>2026-08-05 13:00:23 -0700
commite5617e528cbea2781d48fef3d507af7da485d7e2 (patch)
tree41683d03645c42223caca8116467ea6092c7af2c /rust/flake.nix
parenta53e6d71e2b449175f2046593b5838d9695e7d3e (diff)
update Rust edition, nixpkgs release, and crane pin HEAD main
Force-Push: yes
Change-Id: Iaa79f2a0a38eb316c4315d09ed2b8df50117481a
Diffstat (limited to 'rust/flake.nix')
-rw-r--r--rust/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/flake.nix b/rust/flake.nix
index da10ce4..51cf752 100644
--- a/rust/flake.nix
+++ b/rust/flake.nix
@@ -4,7 +4,7 @@
       type = "github";
       owner = "NixOS";
       repo = "nixpkgs";
-      ref = "nixos-24.05";
+      ref = "nixos-26.05";
     };
 
     crane = {