Skip to content

Commit 1224e69

Browse files
committed
build the right package
1 parent 9997683 commit 1224e69

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
#!/usr/bin/env bash
2525
set -eux
2626
27-
nix build .#iosevka-mono-nerd -Lv
27+
nix build .#ioshelfka-mono-nerd -Lv
2828
2929
# Contains fonts and a NerdFonts directory.
3030
zip -9 -r iosevka-mono-nerd.zip ./result/share/fonts/truetype

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[Iosevka]: https://typeof.net/Iosevka
44

5-
Home-baked [Iosevka] builds created for personal use.
5+
Home-baked [Iosevka] builds created for personal use. Based on the FiraCode
6+
template, with font tweaks from all font variants as I see fit.
67

78
| Preview |
89
| ------------------------------------ |
@@ -17,10 +18,23 @@ Home-baked [Iosevka] builds created for personal use.
1718
- Ioshelfka Mono Nerdfont
1819
- Ioshelfka Term Nerdfont
1920

21+
You may build any variant available in `flake.nix` using Nix.
22+
2023
```bash
2124
$ nix build github:notashelf/ioshelfka#ioshelfka-mono -Lv
2225
```
2326

27+
Note that this enables parallel building by default, which will likely run your
28+
system out of resources. Reconsider your life choices if this is a problem for
29+
you.
30+
31+
## Installing
32+
33+
Nix users may access the package directly from the flake outputs.
34+
35+
Non-nix users might want to try their luck with GitHub releases, which gets
36+
fresh builds of the fonts whenever I release a tag.
37+
2438
## Credits
2539

2640
[@viperML]: https://github.com/viperML

0 commit comments

Comments
 (0)