docs: update README flake example to nixos-26.05
This commit is contained in:
parent
308b2b4773
commit
29d8c264ca
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ Minimal `flake.nix` for a host that runs hive-c0re:
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
inputs = {
|
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";
|
hyperhive.url = "git+https://forge.darkest.space/hyperhive/hyperhive";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue