11 lines
175 B
Nix
11 lines
175 B
Nix
{
|
|
den.default =
|
|
let
|
|
configState = "24.05";
|
|
in
|
|
{
|
|
nixos.system.stateVersion = configState;
|
|
homeManager.home.stateVersion = configState;
|
|
};
|
|
}
|