From 2fbf16acac82c5649e34a6ec98c5e37db2383897 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 22 Jun 2025 14:32:34 +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/17d1586f41bfe944070f12bb2c82299ac1844de4' (2025-04-06) → 'github:qaristote/my-nixpkgs/54d7d2af835c30e961c9ce9596bb630d0c3b3955' (2025-06-22) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/de6fc5551121c59c01e2a3d45b277a6d05077bc4' (2025-03-31) → 'github:NixOS/nixos-hardware/1552a9f4513f3f0ceedcf90320e48d3d47165712' (2025-06-20) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/bdb91860de2f719b57eef819b5617762f7120c70' (2025-04-03) → '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 b36b01f..648fb78 100644 --- a/config/default.nix +++ b/config/default.nix @@ -16,5 +16,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