Skip to content

Commit e61d467

Browse files
committed
dev: Add tiktoken to -extra devShells
1 parent 7ac5ae1 commit e61d467

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.devops/nix/devshells.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
package
3636
scripts
3737
];
38+
# Extra packages that *may* be used by some scripts
39+
packages = [
40+
pkgs.python3Packages.tiktoken
41+
];
3842
shellHook = ''
3943
echo "Entering ${name} devShell"
4044
addToSearchPath "LD_LIBRARY_PATH" "${lib.getLib stdenv.cc.cc}/lib"

0 commit comments

Comments
 (0)