summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-09-29 22:31:16 +0300
committerK900 <me@0upti.me>2023-09-29 22:31:16 +0300
commit9bff9a09a4eb89ca814d4e069c00e52f6c901cdf (patch)
treeb36b34065af19781f9d76feb55466ea299059c4b
parent4467c2c271541965590ab50f9ccfcf86db70d251 (diff)
fix: remove deprecated options from test
-rw-r--r--tests/docker/docker-native.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/docker/docker-native.nix b/tests/docker/docker-native.nix
index 47ccb7f..f9319fe 100644
--- a/tests/docker/docker-native.nix
+++ b/tests/docker/docker-native.nix
@@ -1,10 +1,6 @@
-{ pkgs, lib, ... }:
{
imports = [ ./base.nix ];
- wsl.docker-native.enable = true;
- wsl.docker-native.addToDockerGroup = true;
-
# Github Actions runners try to use aufs and fail if this is not set explicitly
virtualisation.docker.daemon.settings = {
"storage-driver" = "vfs";