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:
@@ -103,7 +103,7 @@ struct CmdShowDerivation : InstallablesCommand
|
||||
}
|
||||
}
|
||||
|
||||
drvObj.attr("platform", drv.platform);
|
||||
drvObj.attr("system", drv.platform);
|
||||
drvObj.attr("builder", drv.builder);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user