Skip to content

Commit 24134e8

Browse files
committed
k3s.tests: fix eval
1 parent 5b63016 commit 24134e8

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)