0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

k3s.tests: fix eval

(cherry picked from commit 24134e86b7)
This commit is contained in:
Morgan Jones 2025-05-31 13:21:48 -07:00 committed by github-actions[bot]
parent cd8bebe270
commit ef44d95de5

View file

@ -8,7 +8,7 @@ let
n: _: lib.strings.hasPrefix "k3s_" n && (builtins.tryEval pkgs.${n}).success
) pkgs;
in
lib.recurseIntoAttrs {
{
airgap-images = lib.mapAttrs (
_: k3s: import ./airgap-images.nix { inherit system pkgs k3s; }
) allK3s;