Skip to content

Commit 7636a6d

Browse files
authored
Merge pull request #487 from DecapodLabs/agent/codex/nix-25-11-flake
nix: move flake input to 25.11
2 parents b1a2fec + 4b20632 commit 7636a6d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs = {
55
flake-utils.url = "github:numtide/flake-utils";
6-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
77
rust-overlay.url = "github:oxalica/rust-overlay";
88
};
99

0 commit comments

Comments
 (0)