Skip to content

Commit

Permalink
Fix static lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg committed Jul 27, 2024
1 parent bcdea62 commit 6d13f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixidy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ in {
server = "https://kubernetes.default.svc";
};
syncPolicy =
(lib.optionalAttrs (app.syncPolicy.autoSync.enabled) {
(lib.optionalAttrs app.syncPolicy.autoSync.enabled {
automated = {
inherit (app.syncPolicy.autoSync) prune selfHeal;
};
Expand Down

0 comments on commit 6d13f95

Please sign in to comment.