modules: services: drone: remove unused arguments

This commit is contained in:
Bruno BELANYI 2021-11-05 14:13:58 +01:00
parent eb9fffd7b4
commit 67ea6d9f95

View file

@ -2,7 +2,7 @@
# #
# Inspired by [1] # Inspired by [1]
# [1]: https://github.com/Mic92/dotfiles/blob/master/nixos/eve/modules/drone.nix # [1]: https://github.com/Mic92/dotfiles/blob/master/nixos/eve/modules/drone.nix
{ config, lib, pkgs, ... }: { lib, ... }:
{ {
imports = [ imports = [
./runner-docker ./runner-docker