···5959 };
60606161 nixpkgs.system = mkOption {
6262- type = types.str;
6363- default = builtins.currentSystem;
6262+ type = types.uniq types.str;
6363+ example = "i686-linux";
6464 description = ''
6565 Specifies the Nix platform type for which NixOS should be built.
6666 If unset, it defaults to the platform type of your host system.