mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 13:11:00 +01:00
libstore/nar-info: drop unused system field
This was unused everywhere (and even the official NixOS binary cache did not produce .narinfo files containing a "System:" field).
This commit is contained in:
parent
3c57db1a0f
commit
561a258f1d
2 changed files with 0 additions and 6 deletions
|
|
@ -14,7 +14,6 @@ struct NarInfo : ValidPathInfo
|
|||
std::string compression;
|
||||
std::optional<Hash> fileHash;
|
||||
uint64_t fileSize = 0;
|
||||
std::string system;
|
||||
|
||||
NarInfo() = delete;
|
||||
NarInfo(StorePath && path, Hash narHash) : ValidPathInfo(std::move(path), narHash) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue