ref(nix): moved hiosevka to mypkgs

This commit is contained in:
Léana 江 2024-02-19 19:43:20 +01:00 committed by Léana 江
parent e1adb13ad5
commit 3dbffa794c
5 changed files with 85 additions and 71 deletions

View file

@ -1,8 +1,15 @@
{
pkgs,
unstable,
opam-nix,
...
}: {
logisim-evolution = pkgs.callPackage ./logisim-evolution.nix {};
necrolib = pkgs.callPackage ./necrolib.nix {inherit opam-nix;};
inherit
(pkgs.callPackage ./hiosevka {inherit unstable;})
hiosevka
hiosevka-nerd-font
;
}