diff options
Diffstat (limited to 'lib/customisation.nix')
| -rw-r--r-- | lib/customisation.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/customisation.nix b/lib/customisation.nix index 37a7951896b0..ae507807b4d9 100644 --- a/lib/customisation.nix +++ b/lib/customisation.nix @@ -231,6 +231,7 @@ rec { } // keep self; self = f self // { newScope = scope: newScope (spliced // scope); + makeScopeWithSplicing = makeScopeWithSplicing splicePackages self.newScope; callPackage = newScope spliced; # == self.newScope {}; # N.B. the other stages of the package set spliced in are *not* # overridden. |
