mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-20 15:44:42 +00:00
fix more warnings
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf (builtins.length config.secrets > 0) {
|
||||
config = lib.mkIf (builtins.length (builtins.attrNames config.secrets) > 0) {
|
||||
|
||||
# Create a default directory to place secrets
|
||||
|
||||
|
Reference in New Issue
Block a user