add nixos-k8s runtime & rmove k3s runtime

This commit is contained in:
David Arnold 2021-05-13 20:35:56 -04:00
parent 70d249aaff
commit 8a20c93b21
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
5 changed files with 28 additions and 56 deletions

View file

@ -5,7 +5,7 @@ with import ../../lib/docker.nix { inherit lib pkgs; };
let
testing = config.testing;
allImages = flatten (map (t: t.evaled.config.docker.export or [ ]) testing.tests);
allImages = unique ( flatten (map (t: t.evaled.config.docker.export or [ ]) testing.tests));
cfg = config.testing.docker;