From dd2e569e817edf4ad8b69e3cb221e0fd266df4ae Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 29 Jan 2025 12:34:00 +0100 Subject: fix(by-name-overlay): Provide the id function as default for `finalizeFunction` --- by-name-overlay.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'by-name-overlay.nix') 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 . - {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, -- cgit 1.4.1