summary refs log tree commit diff
path: root/nixos/modules/testing/service-runner.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/testing/service-runner.nix')
-rw-r--r--nixos/modules/testing/service-runner.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/testing/service-runner.nix b/nixos/modules/testing/service-runner.nix
index dfe8b430e04..25490d67115 100644
--- a/nixos/modules/testing/service-runner.nix
+++ b/nixos/modules/testing/service-runner.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ lib, pkgs, ... }:
 
 with lib;