From f6b1d828368ea2918e31006688a1cb20f00a347b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 25 Jan 2015 14:26:55 +0100 Subject: [PATCH] Add paragraph about Nix vs. NixOS --- doc/packageconfig.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/packageconfig.xml b/doc/packageconfig.xml index aaeaff69f4ac..2b4038bc24df 100644 --- a/doc/packageconfig.xml +++ b/doc/packageconfig.xml @@ -60,4 +60,26 @@ + + To apply the configuration to the package manager, you have to emit the + + nixpkgs.config + + part from the upper listings. So a configuration with + + { + allowUnfree = true; + } + + in + + ~/.nixpkgs/config.nix + + will prevent the Nix package manager from installing unfree licensed + packages. + + The configuration as listed applies for NixOS. + + +