mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35: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 {
|
flavor = mkOption {
|
||||||
type = enum [
|
type = enum [
|
||||||
"plaintex"
|
"plaintex"
|
||||||
"contex"
|
"context"
|
||||||
"tex"
|
"tex"
|
||||||
];
|
];
|
||||||
default = "plaintex";
|
default = "plaintex";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue