diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-07 15:58:15 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-07 15:58:15 -0800 |
commit | 26dd48fbfed00f620458e04fb42039986d32dd4c (patch) | |
tree | f0066aa3ff958098a8bc017d7aed329c20818d04 /home.nix | |
parent | b94b6223b594a44c3382e606b900c82d94d1fb36 (diff) |
stateVersion
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ in enableNixpkgsReleaseCheck = false; username = vars.userName; homeDirectory = "/home/${vars.userName}"; - stateVersion = "23.11"; + stateVersion = "24.11"; packages = with pkgs; [ # kicad |