modules: services: drone: remove unused arguments
This commit is contained in:
parent
680eeffd3a
commit
74a5c50fbe
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue