From 29d8c264caa0c1388a300b98b3e5c4c45f40b1ce Mon Sep 17 00:00:00 2001 From: lexis Date: Wed, 27 May 2026 22:12:32 +0200 Subject: [PATCH] docs: update README flake example to nixos-26.05 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ddf16df..6c618412 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Minimal `flake.nix` for a host that runs hive-c0re: ```nix { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; hyperhive.url = "git+https://forge.darkest.space/hyperhive/hyperhive"; };