Support for deadnix pre-commit check

This commit is contained in:
Greg Hellings
2024-10-03 15:21:56 -05:00
parent 78c802d32c
commit 229188214f
46 changed files with 50 additions and 85 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
cfg = config.greg.proxies;
@@ -38,7 +38,7 @@ with lib; {
'';
type = with types; attrsOf (submodule (
{ name, config, options, ... }:
{ ... }:
{
options = {
genAliases = mkOption {