add(nix): necrolib

This commit is contained in:
Léana 江 2024-02-03 16:49:17 +01:00 committed by Léana 江
parent 059e47563e
commit 76be58fadc
5 changed files with 181 additions and 3 deletions

View file

@ -1,3 +1,8 @@
{pkgs, ...}: {
{
pkgs,
opam-nix,
...
}: {
logisim-evolution = pkgs.callPackage ./logisim-evolution.nix {};
necrolib = pkgs.callPackage ./necrolib.nix {inherit opam-nix;};
}