mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Add fixMergeModules back in
NixOps uses it.
This commit is contained in:
parent
9143910139
commit
be33a68177
1 changed files with 4 additions and 0 deletions
|
@ -294,4 +294,8 @@ rec {
|
|||
# FIXME: Add mkOrder back in. It's not currently used anywhere in
|
||||
# NixOS, but it should be useful.
|
||||
|
||||
|
||||
/* Compatibility. */
|
||||
fixMergeModules = modules: args: evalModules { inherit modules args; };
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue