Skip to content

Commit 9f29cd3

Browse files
update stateVersion
1 parent 4dde3f1 commit 9f29cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/default/home.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ settings:
22
{ lib, pkgs, ... }:
33

44
let
5-
# Assumption is that this is the version of the release channel from which
6-
# nixpkgsRev comes.
7-
stateVersion = settings.stateVersion or "24.11";
5+
# Assumption is that this is the version of the release channel that is pinned
6+
# in the starter kit flake
7+
stateVersion = settings.stateVersion or "25.05";
88
inherit (settings) username;
99
homeDirectory = if pkgs.stdenv.isDarwin then "/Users/${username}" else "/home/${username}";
1010
in

0 commit comments

Comments
 (0)