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