summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-06-12 16:58:59 -0600
committerAlejandro Soto <alejandro@34project.org>2023-06-12 16:58:59 -0600
commitc23b0042feb2778262b911c5e3c752e2fdd627a1 (patch)
tree7f13634dad6f94f2426128cc126541cb636311f8 /pkgs/default.nix
parent07bf05a7869c88c27912833c1db942f8fc849f4d (diff)
pkgs: add iced-x86
Diffstat (limited to '')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
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 { };
};
};
};