[Nix-dev] The .nixpkgs/config.nix file and user configuration

Marc Weber marco-oweber at gmx.de
Thu May 4 08:50:27 CEST 2017


configuration.nix option nixpkgs.config is what ~/.nixpkgs/config.nix is for the user in case you missed it.

Thus:

  nixpkgs.config.allowUnfree = true;
  nixpkgs.config.packageOverrides = p: .. 

You don't have to use config.nix if this is all you need.

Marc Weber


More information about the nix-dev mailing list