Removed unused pkgs param

This commit is contained in:
2025-07-01 18:38:27 +03:00
parent 43ce38482e
commit ae8d633241
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: {
{ lib, config, ... }: {
imports = [
./acme.nix

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: {
{ lib, config, ... }: {
options = {
autoUpdate.enable = lib.mkEnableOption "enables autoUpdate";

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: {
{ lib, config, ... }: {
options = {
eko.enable = lib.mkEnableOption "enables eko";

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: {
{ lib, config, ... }: {
imports = [
./acme.nix

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: {
{ lib, config, ... }: {
imports = [
./acme.nix

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: {
{ lib, config, ... }: {
options = {
MODULE.enable = lib.mkEnableOption "enables MODULE";

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }: {
{ lib, config, ... }: {
imports = [
./acme.nix