+1
-1
flake-module.nix
+1
-1
flake-module.nix
···
162
162
163
163
system = mkOption {
164
164
type = types.str;
165
-
default = constructSystem cfg config.class config.arch;
165
+
default = constructSystem cfg config.arch config.class;
166
166
example = "aarch64-darwin";
167
167
description = "The system to be used for the host";
168
168
internal = true; # this should ideally be set by easy-hosts