We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dde3f1 commit 9f29cd3Copy full SHA for 9f29cd3
templates/default/home.nix
@@ -2,9 +2,9 @@ settings:
2
{ lib, pkgs, ... }:
3
4
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";
+ # Assumption is that this is the version of the release channel that is pinned
+ # in the starter kit flake
+ stateVersion = settings.stateVersion or "25.05";
8
inherit (settings) username;
9
homeDirectory = if pkgs.stdenv.isDarwin then "/Users/${username}" else "/home/${username}";
10
in
0 commit comments