about summary refs log tree commit diff homepage
path: root/.builds/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to '.builds/shell.nix')
-rw-r--r--.builds/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/shell.nix b/.builds/shell.nix
index 3e4cfe0..5b50f03 100644
--- a/.builds/shell.nix
+++ b/.builds/shell.nix
@@ -1,7 +1,7 @@
 with import <nixpkgs> {};
 mkShell {
   nativeBuildInputs = [
-    julia nodejs nodePackages.katex python3Packages.formbox
+    julia-bin nodejs nodePackages.katex python3Packages.formbox
   ];
 
   shellHook = ''