From c23b0042feb2778262b911c5e3c752e2fdd627a1 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Jun 2023 16:58:59 -0600 Subject: pkgs: add iced-x86 --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 97fff36..9f161fa 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -33,6 +33,7 @@ in find-libpython = nextPy.callPackage ./find-libpython.nix { }; hdl-convertor = nextPy.callPackage ./hdl-convertor { }; hdl-convertor-ast = nextPy.callPackage ./hdl-convertor/ast.nix { }; + iced-x86 = nextPy.callPackage ./iced-x86 { }; }; }; }; -- cgit v1.2.3