adding hint telling where to set config for nixos

svn path=/nixpkgs/trunk/; revision=17337
This commit is contained in:
Marc Weber 2009-09-21 15:55:18 +00:00
parent a41355339a
commit f88b8d0bf1

View File

@ -44,6 +44,7 @@ let
# The contents of the configuration file found at $NIXPKGS_CONFIG or # The contents of the configuration file found at $NIXPKGS_CONFIG or
# $HOME/.nixpkgs/config.nix. # $HOME/.nixpkgs/config.nix.
# for NIXOS (nixos-rebuild): use nixpkgs.config option
config = config =
let let
toPath = builtins.toPath; toPath = builtins.toPath;