variables: Add stateVersion to containers

This commit is contained in:
Donovan Glover
2023-06-06 22:14:48 -04:00
parent 3a9fe397fc
commit 4ca1f03f76
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ in {
"unrar" "unrar"
]; ];
system.stateVersion = "22.11"; system.stateVersion = VARIABLES.stateVersion;
}; };
}; };
} }

View File

@@ -80,7 +80,7 @@ in {
driSupport32Bit = true; driSupport32Bit = true;
}; };
system.stateVersion = "22.11"; system.stateVersion = VARIABLES.stateVersion;
}; };
}; };
} }