From e75e16c747208df69b8db16e7f59f9cb04ba4046 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 22 Jun 2025 14:28:40 +0200 Subject: nixos: upgrade to 25.05 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'my-nixpkgs': 'github:qaristote/my-nixpkgs/8192328adf09e6a46958865e26f64cefaa506aff' (2025-05-28) → 'github:qaristote/my-nixpkgs/54d7d2af835c30e961c9ce9596bb630d0c3b3955' (2025-06-22) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/4602f7e1d3f197b3cb540d5accf5669121629628' (2025-06-06) → 'github:NixOS/nixos-hardware/1552a9f4513f3f0ceedcf90320e48d3d47165712' (2025-06-20) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ed29f002b6d6e5e7e32590deb065c34a31dc3e91' (2025-06-06) → 'github:NixOS/nixpkgs/b2485d56967598da068b5a6946dadda8bfcbcd37' (2025-06-20) --- config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/default.nix') diff --git a/config/default.nix b/config/default.nix index 6827e2d..90f7dfe 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 = "24.11"; # Did you read the comment? + system.stateVersion = "25.05"; # Did you read the comment? } -- cgit v1.2.3