hm: use stateVersion

This commit is contained in:
Motiejus Jakštys 2023-10-06 11:32:22 +03:00
parent b98d1bb9c8
commit e1504e6ba9
2 changed files with 3 additions and 3 deletions

View File

@ -252,6 +252,7 @@
modules = [
shared/home
];
extraSpecialArgs = {stateVersion = "23.05";};
};
devShells.default = pkgs.mkShellNoCC {

View File

@ -1,11 +1,10 @@
{
pkgs,
#stateVersion ? "23.05",
stateVersion,
...
}: {
home = {
#inherit stateVersion;
stateVersion = "23.05";
inherit stateVersion;
username = "motiejus";
homeDirectory = "/home/motiejus";