Removed unused pkgs param
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
{ lib, config, ... }: {
|
||||
|
||||
imports = [
|
||||
./acme.nix
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
{ lib, config, ... }: {
|
||||
|
||||
options = {
|
||||
autoUpdate.enable = lib.mkEnableOption "enables autoUpdate";
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
{ lib, config, ... }: {
|
||||
|
||||
options = {
|
||||
eko.enable = lib.mkEnableOption "enables eko";
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
{ lib, config, ... }: {
|
||||
|
||||
imports = [
|
||||
./acme.nix
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
{ lib, config, ... }: {
|
||||
|
||||
imports = [
|
||||
./acme.nix
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
{ lib, config, ... }: {
|
||||
|
||||
options = {
|
||||
MODULE.enable = lib.mkEnableOption "enables MODULE";
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
{ lib, config, ... }: {
|
||||
|
||||
imports = [
|
||||
./acme.nix
|
||||
|
Reference in New Issue
Block a user