From b360a5c7946ffabfdbe815c2a65225a1201de659 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 28 Jun 2026 13:21:03 +0200 Subject: nixos: bump version --- nixos/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/default.nix b/nixos/default.nix index 994d23e..8ca5f58 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,7 +1,7 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{...}: { +{ ... }: { imports = [ ./boot.nix ./environment.nix @@ -19,5 +19,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.05"; # Did you read the comment? + system.stateVersion = "26.05"; # Did you read the comment? } -- cgit v1.3.1