more updates

This commit is contained in:
Noah Masur
2025-03-07 18:19:35 -05:00
parent fc8f460559
commit 8f5b3e86e3
10 changed files with 101 additions and 88 deletions

View File

@ -3,7 +3,7 @@
{ lib, ... }:
lib.pipe (lib.filesystem.listFilesRecursive ./.) [
# Get only files ending in default.nix
# Get only files ending in flake.nix
(builtins.filter (name: lib.hasSuffix "flake.nix" name))
# Import each template function
map