refactor 'nixosConfigurations'
This commit is contained in:
7
utils/default.nix
Normal file
7
utils/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib }:
|
||||
|
||||
{
|
||||
dirNames =
|
||||
path:
|
||||
builtins.attrNames (lib.filterAttrs (name: type: type == "directory") (builtins.readDir path));
|
||||
}
|
||||
Reference in New Issue
Block a user