Merge branch 'lightning'

This commit is contained in:
Bryan Ramos 2025-07-05 20:08:55 -04:00
commit ec4753b737
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
7 changed files with 155 additions and 25 deletions

View file

@ -8,7 +8,6 @@ let
builtins.pathExists path &&
builtins.readFileType path == "directory" &&
builtins.baseNameOf path != "config";
isModule = file: file == "default.nix";
isNix = file: builtins.match ".*\\.nix" file != null && file != "default.nix";