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 { flavor = mkOption {
type = enum [ type = enum [
"plaintex" "plaintex"
"contex" "context"
"tex" "tex"
]; ];
default = "plaintex"; default = "plaintex";