mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
add(nix): necrolib
This commit is contained in:
parent
059e47563e
commit
76be58fadc
5 changed files with 181 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
opam-nix,
|
||||
...
|
||||
}: {
|
||||
logisim-evolution = pkgs.callPackage ./logisim-evolution.nix {};
|
||||
necrolib = pkgs.callPackage ./necrolib.nix {inherit opam-nix;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue