Fixed typo in default.nix

This commit is contained in:
isaacST08 2025-03-07 12:29:01 -07:00 committed by GitHub
commit fa55d3a766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ in {
flavor = mkOption {
type = enum [
"plaintex"
"contex"
"context"
"tex"
];
default = "plaintex";