Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/sssd remove redundant condition
This is all inside a global cfg.enable conditional, so we don't need to check here again.
- Loading branch information
90bc3ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been
[ pkgs.sssd ]
instead.90bc3ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right - can you file a PR fixing this (and possibly adding a test)?