Skip to content

Commit e9db022

Browse files
fydetab/duo: fix typo with enable option
1 parent 7e56e39 commit e9db022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fydetab/duo/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in
1313
];
1414

1515
options.hardware.fydetab.duo = {
16-
enablePanthor = lib.mkEnable "Panthor GPU driver";
16+
enablePanthor = lib.mkEnableOption "Panthor GPU driver";
1717
};
1818

1919
config = {

0 commit comments

Comments
 (0)