Skip to content

Commit 714e7c1

Browse files
authored
nixos/yubikey-manager: add missing package option (#440007)
2 parents c226823 + ebf7f1c commit 714e7c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos/modules/programs/yubikey-manager.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ in
1212
options = {
1313
programs.yubikey-manager = {
1414
enable = lib.mkEnableOption "yubikey-manager";
15+
16+
package = lib.mkPackageOption pkgs "yubikey-manager" { };
1517
};
1618
};
1719

0 commit comments

Comments
 (0)