about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-06-15 16:06:35 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-06-15 16:40:29 -0300
commita6a0c4476025ed54e26d82f99d36739793b4db3c (patch)
tree037c3c868b371e2cd64585948d4ed909dce8ed1b /pkgs/applications/networking/cluster
parentabb346a417c334bb093ac77e907a2920f8e3289d (diff)
k3s: remove docker support
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/k3s/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/k3s/default.nix b/pkgs/applications/networking/cluster/k3s/default.nix
index 3cceae804cff6..b1ad41b9d5588 100644
--- a/pkgs/applications/networking/cluster/k3s/default.nix
+++ b/pkgs/applications/networking/cluster/k3s/default.nix
@@ -323,7 +323,7 @@ buildGoModule rec {
 
   passthru.updateScript = ./update.sh;
 
-  passthru.tests = { inherit (nixosTests) k3s-single-node k3s-single-node-docker; };
+  passthru.tests = { inherit (nixosTests) k3s-single-node; };
 
   meta = baseMeta;
 }