nix show-derivation: Say "system" instead of "platform"
There is really no good reason to use "platform" except that that's what we use internally (also for no good reason).
This commit is contained in:
parent
daf365b0b7
commit
3b123a6ee6
|
@ -103,7 +103,7 @@ struct CmdShowDerivation : InstallablesCommand
|
|||
}
|
||||
}
|
||||
|
||||
drvObj.attr("platform", drv.platform);
|
||||
drvObj.attr("system", drv.platform);
|
||||
drvObj.attr("builder", drv.builder);
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue