Skip to content

Commit

Permalink
fix(planet/pkgs/iosevka-custom): handle breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dixslyf committed Aug 25, 2024
1 parent 2ffc0c7 commit 6c7d664
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions planet/pkgs/iosevka-custom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ iosevka.override {
[buildPlans.Iosevka${set}.ligations]
inherits = "dlig"
enables = ["connected-number-sign"]
enables = ["hash-hash"]
disables = [
"connected-tilde-as-wave",
"connected-underscore",
"connected-hyphen"
"tilde-tilde",
"underscore-underscore",
"minus-minus"
]
'';
}

0 comments on commit 6c7d664

Please sign in to comment.