mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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