home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 65b05b00f2c5d44b8770ac9421d0422c8639adf5
parent f225dcda892006ca26d430786559013fb8512c9f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 May 2024 16:22:10 +0200

Update nix stateVersion…

… I am hoping it won't break anything.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/core/nix.nix | 2+-
Musers/root/default.nix | 2+-
Musers/vincent/core/default.nix | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix @@ -121,7 +121,7 @@ in ln -sv ${../../../nix/overlays} $out/overlays ''; - stateVersion = "20.03"; + stateVersion = "22.05"; }; }; } diff --git a/users/root/default.nix b/users/root/default.nix @@ -18,7 +18,7 @@ in # manpages are broken on 21.05 and home-manager (for some reason..) manual.manpages.enable = false; }] ++ [{ - home.stateVersion = "21.05"; + home.stateVersion = "22.05"; }] ); } diff --git a/users/vincent/core/default.nix b/users/vincent/core/default.nix @@ -18,7 +18,7 @@ in ]; home = { - stateVersion = "21.05"; + stateVersion = "22.05"; packages = with pkgs; [ enchive entr