tests.texlive.shebangs: use new texlive package source

This commit is contained in:
Vincenzo Mantova 2023-09-03 12:02:34 +01:00
parent 361364aba0
commit 988124cf20

View File

@ -564,8 +564,7 @@ rec {
# check that all scripts have a Nix shebang
shebangs = let
allPackages = with lib; concatLists (catAttrs "pkgs" (filter isAttrs (attrValues texlive)));
binPackages = lib.filter (p: p.tlType == "bin") allPackages;
binPackages = lib.catAttrs "out" (lib.attrValues texlive.pkgs);
in
runCommand "texlive-test-shebangs" { }
(''