mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 07:25:30 +00:00
Fixed typo in default.nix
This commit is contained in:
parent
6be82071a4
commit
fa55d3a766
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ in {
|
|||
flavor = mkOption {
|
||||
type = enum [
|
||||
"plaintex"
|
||||
"contex"
|
||||
"context"
|
||||
"tex"
|
||||
];
|
||||
default = "plaintex";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue