mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-04 19:05:55 +00:00
dumb fix
This commit is contained in:
parent
a0d4238282
commit
5dff56daab
2 changed files with 4 additions and 4 deletions
|
|
@ -110,7 +110,7 @@ in {
|
|||
|
||||
tabstop = mkOption {
|
||||
description = "Sets the tabstop size in spaces for .nix files";
|
||||
type = nullOr null;
|
||||
type = nullOr int;
|
||||
default = null;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue