mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +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
|
let
|
||||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||||
singleton = (builtins.head tests).value;
|
singleton = (builtins.head tests).value;
|
||||||
joined = pkgs.linkFarmFromDrvs group (builtins.listToAttrs tests);
|
joined = pkgs.linkFarm group (builtins.listToAttrs tests);
|
||||||
in
|
in
|
||||||
if builtins.length tests > 1 then joined else singleton
|
if builtins.length tests > 1 then joined else singleton
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue