From e8771e8d63d5ec6e8fdabb747c4525f489d934e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:06:52 +0000 Subject: [PATCH] chore(nix): bump nixpkgs from nixos-25.11 to nixos-26.05 Bumps [nixpkgs](https://github.com/NixOS/nixpkgs) from nixos-25.11 to nixos-26.05. - [Commits](https://github.com/NixOS/nixpkgs/compare/687f05a9184cad4eaf905c48b63649e3a86f5433...705e9929918b43bd7b715dc0a878ac870449bb03) --- updated-dependencies: - dependency-name: nixpkgs dependency-version: 705e9929918b43bd7b715dc0a878ac870449bb03 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f84b6b0..4d162cb 100644 --- a/flake.lock +++ b/flake.lock @@ -77,16 +77,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1779102034, - "narHash": "sha256-vZJZjLo513IeI8hjzHFc6TDezUd4uCE2Eq4SNO3DNNg=", + "lastModified": 1779622335, + "narHash": "sha256-ViA62qtL5za7V3d5I8OA9q9JcFhsVAiL5jVHwEclWqk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "687f05a9184cad4eaf905c48b63649e3a86f5433", + "rev": "705e9929918b43bd7b715dc0a878ac870449bb03", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.11", + "ref": "nixos-26.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 2280973..f7d1ec3 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ description = "RGTV - one-use credential broker for LLM agents (alpha)"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; rust-overlay.url = "github:oxalica/rust-overlay"; flake-utils.url = "github:numtide/flake-utils"; naersk.url = "github:nix-community/naersk";