mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 23:15:30 +00:00
feat: fix for when internal formatter is true
This commit is contained in:
parent
c8b247b4d6
commit
2627d0484a
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
with lib; let
|
||||
mkEnable = desc:
|
||||
mkOption {
|
||||
description = "Turn on ${desc} for enabled langauges by default";
|
||||
description = "Turn on ${desc} for enabled languages by default";
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue