nix.settings.experimental-features

NixOS option

List of experimental features to enable in Nix. See https://nixos.org/manual/nix/stable/development/experimental-features for available features.

type: list of string
Default
[ ]
Example
[
  "ca-derivations"
]
declared in: nixos/modules/config/nix.nixView source on NixOS/nixpkgs →