Add output font names to flake outputs
This commit is contained in:
parent
e5d353f45d
commit
9aae28aed7
|
@ -2,9 +2,10 @@
|
||||||
#+author: Evie Litherland-Smith
|
#+author: Evie Litherland-Smith
|
||||||
#+email: evie@xenia.me.uk
|
#+email: evie@xenia.me.uk
|
||||||
#+language: en
|
#+language: en
|
||||||
My customised build of [[https://typeof.net/Iosevka/][Iosevka]] font. Build with ~nix~, recommended to
|
My customised build of [[https://typeof.net/Iosevka/][Iosevka]] font.
|
||||||
use ~--max-jobs 1~ as Iosevka can consume significant resources at
|
|
||||||
peak.
|
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
|
Locked version of ~nixpkgs~ will be build and cached at
|
||||||
[[https://nix.xenia.me.uk]], using the flake will prompt to add as extra
|
[[https://nix.xenia.me.uk]], using the flake will prompt to add as extra
|
||||||
|
|
|
@ -18,6 +18,11 @@
|
||||||
pkgs = import nixpkgs {inherit system;};
|
pkgs = import nixpkgs {inherit system;};
|
||||||
customBuildPlan = import ./custom-build-plan.nix;
|
customBuildPlan = import ./custom-build-plan.nix;
|
||||||
in {
|
in {
|
||||||
|
names = {
|
||||||
|
iosevka-custom-aile = "Iosevka Custom Aile";
|
||||||
|
iosevka-custom-etoile = "Iosevka Custom Etoile";
|
||||||
|
iosevka-custom-nerdfont = "IosevkaCustomNerdFont";
|
||||||
|
};
|
||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
iosevka-custom-aile = pkgs.iosevka.override {
|
iosevka-custom-aile = pkgs.iosevka.override {
|
||||||
set = "aile";
|
set = "aile";
|
||||||
|
|
Loading…
Reference in a new issue