Skip to content

Commit 203d846

Browse files
k3s.tests: fix eval (#412756)
2 parents f680c93 + 24134e8 commit 203d846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/tests/k3s/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
n: _: lib.strings.hasPrefix "k3s_" n && (builtins.tryEval pkgs.${n}).success
99
) pkgs;
1010
in
11-
lib.recurseIntoAttrs {
11+
{
1212
airgap-images = lib.mapAttrs (
1313
_: k3s: import ./airgap-images.nix { inherit system pkgs k3s; }
1414
) allK3s;

0 commit comments

Comments
 (0)