mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
fixup! ci/check: group test-N derivations into one drv
This commit is contained in:
parent
88fd87bf53
commit
f36263c712
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
let
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||
singleton = (builtins.head tests).value;
|
||||
joined = pkgs.linkFarmFromDrvs group (builtins.listToAttrs tests);
|
||||
joined = pkgs.linkFarm group (builtins.listToAttrs tests);
|
||||
in
|
||||
if builtins.length tests > 1 then joined else singleton
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue