From 2abd5f2084b77b3d16ba7d78d069cde980d30b50 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 24 May 2024 23:11:36 +0200 Subject: [PATCH] Set to 24.05 stateVersion --- home/default.nix | 2 +- modules/system.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/default.nix b/home/default.nix index 4420680..fe30178 100644 --- a/home/default.nix +++ b/home/default.nix @@ -20,7 +20,7 @@ username = "florian"; homeDirectory = "/home/florian"; - stateVersion = "23.11"; + stateVersion = "24.05"; }; programs.home-manager.enable = true; diff --git a/modules/system.nix b/modules/system.nix index 8bf4d6e..47a6898 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -56,5 +56,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 = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? }