From 5297f8478ad381a4da4b4a85b621025fcf2ebf06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 3 Jun 2024 19:20:17 +0200 Subject: [PATCH] 24.05: Upped stateVersion according to release notes --- hm/common.nix | 2 +- nod/common/default.nix | 2 +- os/common.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hm/common.nix b/hm/common.nix index bda77e5..114f34e 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -140,7 +140,7 @@ fi ''; }; - stateVersion = "23.11"; + stateVersion = "24.05"; packages = with pkgs; [ # Terminal utils coreutils diff --git a/nod/common/default.nix b/nod/common/default.nix index 8583574..068e334 100644 --- a/nod/common/default.nix +++ b/nod/common/default.nix @@ -13,7 +13,7 @@ }; }; }; - system.stateVersion = "23.11"; + system.stateVersion = "24.05"; terminal.font = "${ pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; diff --git a/os/common.nix b/os/common.nix index 98d2beb..cf68386 100644 --- a/os/common.nix +++ b/os/common.nix @@ -78,6 +78,6 @@ # TODO Hibernation? # Use defaults from - system.stateVersion = "23.11"; + system.stateVersion = "24.05"; }