6 lines
110 B
Nix
6 lines
110 B
Nix
|
{ config, ... }: {
|
||
|
# Specify current release version.
|
||
|
system.stateVersion = config.const.stateVersion;
|
||
|
}
|
||
|
|