hm: use stateVersion
This commit is contained in:
parent
b98d1bb9c8
commit
e1504e6ba9
@ -252,6 +252,7 @@
|
||||
modules = [
|
||||
shared/home
|
||||
];
|
||||
extraSpecialArgs = {stateVersion = "23.05";};
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
|
@ -1,11 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
#stateVersion ? "23.05",
|
||||
stateVersion,
|
||||
...
|
||||
}: {
|
||||
home = {
|
||||
#inherit stateVersion;
|
||||
stateVersion = "23.05";
|
||||
inherit stateVersion;
|
||||
|
||||
username = "motiejus";
|
||||
homeDirectory = "/home/motiejus";
|
||||
|
Loading…
Reference in New Issue
Block a user