mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
k3s.tests: fix eval
This commit is contained in:
parent
5b6301685d
commit
24134e86b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue