Skip to content

lib: Add splicing utilities#426889

Merged
roberth merged 3 commits into
NixOS:masterfrom
roberth:lib-splice-utils
Oct 30, 2025
Merged

lib: Add splicing utilities#426889
roberth merged 3 commits into
NixOS:masterfrom
roberth:lib-splice-utils

pkgs/splice.nix: Refactor, use cross index helpers

f8566d2
Select commit
Loading
Failed to load commit list.
OfBorg / lib, lib.passthru.tests, pkgs/splice.nix, pkgs/splice.nix.passthru.tests on x86_64-darwin succeeded Oct 4, 2025

Success

Attempted: lib

The following builds were skipped because they don't evaluate on x86_64-darwin: lib.passthru.tests, pkgs/splice.nix, pkgs/splice.nix.passthru.tests

Details

Partial log

evaluation warning: External use of `lib.modules.mergeModules` is deprecated. If your use case isn't covered by non-deprecated functions, we'd like to know more and perhaps support your use case well, instead of providing access to these low level functions. In this case please open an issue in https://github.com/nixos/nixpkgs/issues/.
evaluation warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
evaluation warning: mkPackageOptionMD is deprecated and will be removed in 25.05; please use mkPackageOption.
evaluation warning: lib.nixpkgsVersion is a deprecated alias of lib.version.
evaluation warning: External use of `lib.modules.pushDownProperties` is deprecated. If your use case isn't covered by non-deprecated functions, we'd like to know more and perhaps support your use case well, instead of providing access to these low level functions. In this case please open an issue in https://github.com/nixos/nixpkgs/issues/.
evaluation warning: lib.readPathsFromFile is deprecated, use a list instead.
evaluation warning: lib.replaceChars is a deprecated alias of lib.replaceStrings.
evaluation warning: External use of `lib.modules.unifyModuleSyntax` is deprecated. If your use case isn't covered by non-deprecated functions, we'd like to know more and perhaps support your use case well, instead of providing access to these low level functions. In this case please open an issue in https://github.com/nixos/nixpkgs/issues/.
evaluation warning: lib.zip is a deprecated alias of lib.zipAttrsWith.
evaluation warning: lib.zipWithNames is a deprecated alias of lib.zipAttrsWithNames.