summary refs log tree commit diff stats
path: root/by-name-overlay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'by-name-overlay.nix')
-rw-r--r--by-name-overlay.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/by-name-overlay.nix b/by-name-overlay.nix
index 9d1b8d9..84393b0 100644
--- a/by-name-overlay.nix
+++ b/by-name-overlay.nix
@@ -7,14 +7,13 @@
 #
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
-
 {warn}:
 # Adapted from this: https://github.com/NixOS/nixpkgs/blob/1814b56453c91192f6d5a6276079948f9fe96c18/pkgs/top-level/by-name-overlay.nix
 # This file should not depend on `pkgs` and thus not use `lib`.
 {
   baseDirectory,
   fileName,
-  finalizeFunction,
+  finalizeFunction ? name: value: value,
   coImportsNameFunction ? null,
   coImportsWarnMessageObject ? null,
   useShards ? true,