diff options
| author | Marcus Ramberg <marcus@means.no> | 2025-05-31 23:49:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-31 23:49:04 +0200 |
| commit | 203d8464d8ca112efdfae7e67d95edb378fcf88a (patch) | |
| tree | 8f1ff379d41cfb8d64f0c333c1e25667745a3516 | |
| parent | k9s: 0.50.5 -> 0.50.6 (#408543) (diff) | |
| parent | k3s.tests: fix eval (diff) | |
| download | nixpkgs-203d8464d8ca112efdfae7e67d95edb378fcf88a.tar.gz | |
k3s.tests: fix eval (#412756)
| -rw-r--r-- | nixos/tests/k3s/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/k3s/default.nix b/nixos/tests/k3s/default.nix index 5240f029139f..8d4203c1fb79 100644 --- a/nixos/tests/k3s/default.nix +++ b/nixos/tests/k3s/default.nix @@ -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; |
