nixpkgs.config

NixOS option

Global configuration for Nixpkgs. The complete list of Nixpkgs configuration options is in the Nixpkgs manual section on global configuration. Ignored when nixpkgs.pkgs is set.

type: nixpkgs config
Default
{ }
Example
{ allowBroken = true; allowUnfree = true; }
declared in: nixos/modules/misc/nixpkgs.nixView source on NixOS/nixpkgs →