We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f680c93 + 24134e8 commit 203d846Copy full SHA for 203d846
nixos/tests/k3s/default.nix
@@ -8,7 +8,7 @@ let
8
n: _: lib.strings.hasPrefix "k3s_" n && (builtins.tryEval pkgs.${n}).success
9
) pkgs;
10
in
11
-lib.recurseIntoAttrs {
+{
12
airgap-images = lib.mapAttrs (
13
_: k3s: import ./airgap-images.nix { inherit system pkgs k3s; }
14
) allK3s;
0 commit comments