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 = [ modules = [
shared/home shared/home
]; ];
extraSpecialArgs = {stateVersion = "23.05";};
}; };
devShells.default = pkgs.mkShellNoCC { devShells.default = pkgs.mkShellNoCC {

View File

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