mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nix): mypkgs
This commit is contained in:
parent
f8399a3e2b
commit
1d2d84bf1f
3 changed files with 14 additions and 12 deletions
|
|
@ -1,14 +1,19 @@
|
|||
{
|
||||
pkgs,
|
||||
unstable,
|
||||
system,
|
||||
opam-nix,
|
||||
...
|
||||
}: {
|
||||
logisim-evolution = pkgs.callPackage ./logisim-evolution.nix {};
|
||||
necrolib = pkgs.callPackage ./necrolib.nix {inherit opam-nix;};
|
||||
logisim-evolution = import ./logisim-evolution.nix {inherit pkgs;};
|
||||
|
||||
necrolib = import ./necrolib.nix {
|
||||
inherit pkgs system;
|
||||
inherit opam-nix;
|
||||
};
|
||||
|
||||
inherit
|
||||
(pkgs.callPackage ./hiosevka {inherit unstable;})
|
||||
(import ./hiosevka {inherit pkgs unstable;})
|
||||
hiosevka
|
||||
hiosevka-nerd-font
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue