diff options
author | volth | 2018-07-20 20:56:59 +0000 |
---|---|---|
committer | volth | 2018-07-20 20:56:59 +0000 |
commit | 2e979e8ceb45c2c251ed189c28a736fec7539c15 (patch) | |
tree | fd52e30ca330b554dec73b71694f916308dda5de /nixos/tests/docker-tools.nix | |
parent | 1a6af9f88ec2405334a9fd6a977ccbcb53472305 (diff) |
[bot] nixos/*: remove unused arguments in lambdas
Diffstat (limited to 'nixos/tests/docker-tools.nix')
-rw-r--r-- | nixos/tests/docker-tools.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/docker-tools.nix b/nixos/tests/docker-tools.nix index e2bcfbbd1f96..db4eacc37287 100644 --- a/nixos/tests/docker-tools.nix +++ b/nixos/tests/docker-tools.nix @@ -8,7 +8,7 @@ import ./make-test.nix ({ pkgs, ... }: { nodes = { docker = - { config, pkgs, ... }: { + { ... }: { virtualisation = { diskSize = 2048; docker.enable = true; |