summaryrefslogtreecommitdiff
path: root/config/default.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-07-01 00:30:08 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2026-07-01 00:30:08 +0200
commitfb467b6294dddd2f92b105ed16c4cd949e362af6 (patch)
tree1915ac0e430c3f89f938944f1b5f115f7d02b93a /config/default.nix
parent84a029ebbeae8be0d659e5c4b89a0a0fa8a8843e (diff)
downloadhermes-fb467b6294dddd2f92b105ed16c4cd949e362af6.tar.gz
hermes-fb467b6294dddd2f92b105ed16c4cd949e362af6.tar.bz2
hermes-fb467b6294dddd2f92b105ed16c4cd949e362af6.tar.xz
nixos 25.11 -> 26.05HEADmaster
Diffstat (limited to 'config/default.nix')
-rw-r--r--config/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.nix b/config/default.nix
index a0b61aa..7aaea55 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -18,5 +18,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
- system.stateVersion = "25.11"; # Did you read the comment?
+ system.stateVersion = "26.05"; # Did you read the comment?
}