From 9aae28aed7f22657fd24a07b009d04060d3eb956 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 3 Mar 2024 21:08:52 +0000 Subject: [PATCH] Add output font names to flake outputs --- README.org | 7 ++++--- flake.nix | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 2ad71e2..c4dd9dc 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/flake.nix b/flake.nix index 9bfb7ba..2e3fac3 100644 --- a/flake.nix +++ b/flake.nix @@ -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";