diff options
Diffstat (limited to '')
| -rw-r--r-- | options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.nix b/options.nix index 2dcdc54..e423433 100644 --- a/options.nix +++ b/options.nix @@ -207,7 +207,7 @@ in { stateVersion = mkOption { type = types.str; description = "NixOS State Version"; - default = "25.11"; + default = "26.05"; }; # |