1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00
This commit is contained in:
Emily 2025-03-29 19:18:09 +09:00 committed by GitHub
commit 2a837de87e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,9 +124,9 @@ in
systems = mkOption {
type = types.listOf types.str;
default = [ cfg.package.nixosConfig.nixpkgs.hostPlatform.system ];
default = [ cfg.package.nixosConfig._module.args.pkgs.stdenv.hostPlatform.system ];
defaultText = ''
The `nixpkgs.hostPlatform.system` of the build machine's final NixOS configuration.
The `stdenv.hostPlatform.system` of the build machine's final Nixpkgs instantiation.
'';
example = literalExpression ''
[