1
0
forked from extern/nix-config

variables: Add stateVersion to containers

This commit is contained in:
Donovan Glover 2023-06-06 22:14:48 -04:00
parent 3a9fe397fc
commit 4ca1f03f76
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 2 deletions

View File

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

View File

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