cleanup
Some checks are pending
CI / checks (push) Waiting to run

This commit is contained in:
Robin Appelman 2024-12-23 22:55:58 +01:00
commit 9f851855a9
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
stdenv,
lib,
}: let
inherit (lib) mapAttrs hasInfix replaceStrings toUpper concatStrings recursiveUpdate;
inherit (lib) hasInfix replaceStrings toUpper concatStrings;
isMusl = hasInfix "-musl";
crossOpts = callPackage ./crossOpts.nix {};