mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
externals argumental are now taking precedence over the result of
moduleMerge because we may need to alter the result of the configuration before using it inside other options. svn path=/nixpkgs/trunk/; revision=17477
This commit is contained in:
parent
e6399964cb
commit
fad1b41fe4
|
@ -280,7 +280,7 @@ rec {
|
|||
let module = { inherit (result) options config; }; in
|
||||
|
||||
moduleMerge "" (
|
||||
moduleClosure initModules (args // module)
|
||||
moduleClosure initModules (module // args)
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue