Clean up some option examples
This commit is contained in:
@@ -59,7 +59,7 @@ in
|
||||
};
|
||||
|
||||
nixpkgs.system = mkOption {
|
||||
default = pkgs.stdenv.system;
|
||||
type = types.str;
|
||||
description = ''
|
||||
Specifies the Nix platform type for which NixOS should be built.
|
||||
If unset, it defaults to the platform type of your host system
|
||||
@@ -70,4 +70,8 @@ in
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
config = {
|
||||
nixpkgs.system = pkgs.stdenv.system;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user