mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 07:20:13 +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