Add output font names to flake outputs

This commit is contained in:
Evie Litherland-Smith 2024-03-03 21:08:52 +00:00
parent e5d353f45d
commit 9aae28aed7
2 changed files with 9 additions and 3 deletions

View file

@ -2,9 +2,10 @@
#+author: Evie Litherland-Smith
#+email: evie@xenia.me.uk
#+language: en
My customised build of [[https://typeof.net/Iosevka/][Iosevka]] font. Build with ~nix~, recommended to
use ~--max-jobs 1~ as Iosevka can consume significant resources at
peak.
My customised build of [[https://typeof.net/Iosevka/][Iosevka]] font.
Build with ~nix~, recommended to use ~--max-jobs 1~ as Iosevka can
consume significant resources at peak.
Locked version of ~nixpkgs~ will be build and cached at
[[https://nix.xenia.me.uk]], using the flake will prompt to add as extra

View file

@ -18,6 +18,11 @@
pkgs = import nixpkgs {inherit system;};
customBuildPlan = import ./custom-build-plan.nix;
in {
names = {
iosevka-custom-aile = "Iosevka Custom Aile";
iosevka-custom-etoile = "Iosevka Custom Etoile";
iosevka-custom-nerdfont = "IosevkaCustomNerdFont";
};
packages.${system} = {
iosevka-custom-aile = pkgs.iosevka.override {
set = "aile";