7 lines
68 B
Nix
7 lines
68 B
Nix
{...}:
|
|
let
|
|
stateVersion = "25.05";
|
|
in {
|
|
inherit stateVersion;
|
|
}
|