mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
Merge branch 'lightning'
This commit is contained in:
commit
ec4753b737
7 changed files with 155 additions and 25 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue