forked from extern/nix-config
variables: Add stateVersion to containers
This commit is contained in:
parent
3a9fe397fc
commit
4ca1f03f76
@ -55,7 +55,7 @@ in {
|
||||
"unrar"
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
system.stateVersion = VARIABLES.stateVersion;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -80,7 +80,7 @@ in {
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
system.stateVersion = VARIABLES.stateVersion;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user