[bot] nixos/*: remove unused arguments in lambdas
This commit is contained in:
@@ -9,7 +9,7 @@ import ./make-test.nix ({ pkgs, ... }:
|
||||
|
||||
nodes = {
|
||||
docker =
|
||||
{ config, pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.storageDriver = "overlay"; # defaults to overlay2
|
||||
|
||||
Reference in New Issue
Block a user