mirror of
https://github.com/blahai/nyx.git
synced 2025-02-24 13:08:56 -05:00
12 lines
128 B
Nix
12 lines
128 B
Nix
|
{
|
||
|
lib,
|
||
|
pkgs,
|
||
|
...
|
||
|
}: let
|
||
|
inherit (lib.modules) mkDefault;
|
||
|
in {
|
||
|
system = {
|
||
|
stateVersion = mkDefault "25.05";
|
||
|
};
|
||
|
}
|