about summary refs log tree commit diff homepage
path: root/.builds/shell.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-01-18 10:38:31 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-01-18 10:38:31 +0900
commitffbe824bb2e9e7a9008a423377864767e6a906e5 (patch)
treef7c00a476ec480a104d35937bf8c078ab7dcf53d /.builds/shell.nix
parent99c79da82b125e8f3a1d08562c19e38231e808d8 (diff)
downloadsite-main.tar.gz
Proof read HEAD main
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 = ''