From 4e3116079d92f5ebbe8de93ed8df081712a48e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 01:44:01 +0000 Subject: [PATCH] chore(deps): 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 8e10b70..05f4701 100644 --- a/flake.lock +++ b/flake.lock @@ -20,16 +20,16 @@ }, "nixpkgs": { "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 afb66fd..e8b19c9 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ description = "Wharf - The Sovereign Web Hypervisor"; 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"; };