docs: update README flake example to nixos-26.05

This commit is contained in:
lexis 2026-05-27 22:12:32 +02:00
commit 29d8c264ca

View file

@ -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";
};