mirror of
https://github.com/NixOS/nix
synced 2025-06-29 14:53:16 +02:00
doc: fix machine-specific capabilities leaking
This commit is contained in:
parent
2ce8c9650b
commit
54b6847655
2 changed files with 15 additions and 4 deletions
|
@ -167,7 +167,10 @@ struct StoreConfig : public Config
|
|||
Optional [system features](@docroot@/command-ref/conf-file.md#conf-system-features) available on the system this store uses to build derivations.
|
||||
|
||||
Example: `"kvm"`
|
||||
)" };
|
||||
)",
|
||||
{},
|
||||
// Don't document the machine-specific default value
|
||||
false};
|
||||
};
|
||||
|
||||
class Store : public std::enable_shared_from_this<Store>, public virtual StoreConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue