about summary refs log tree commit diff stats
path: root/nix/package.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/package.nix b/nix/package.nix
index 6f58a8f..dc386dc 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -18,6 +18,7 @@
   libffi,
   zlib,
   curl,
+  deno,
   # NativeBuildInputs
   makeWrapper,
   llvmPackages_latest,
@@ -73,6 +74,7 @@ in
       zlib
       curl.dev
       python
+      deno
     ];
 
     checkInputs = [