Missing some source file?

This commit is contained in:
2021-08-16 16:20:30 -07:00
parent c3fe6c59e3
commit b5f62d0459
6 changed files with 46 additions and 35 deletions
+9 -3
View File
@@ -138,10 +138,16 @@ let
default = false;
};
platform = mkOption {
nixos-system = mkOption {
type = bool;
description = "Whether the host is a NixOS system.";
default = true;
};
arch = mkOption {
type = str;
description = "System platform of the host.";
default = "x86_64";
description = "System architecture of the system.";
default = "x86_64-linux";
};
};
};