1
0
Fork 0
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:
ivan770 2023-11-24 11:17:35 -05:00
parent 2ce8c9650b
commit 54b6847655
2 changed files with 15 additions and 4 deletions

View file

@ -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