Skip to content

Commit

Permalink
dev: Add tiktoken to -extra devShells
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Aug 30, 2024
1 parent 7ac5ae1 commit e61d467
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devops/nix/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
package
scripts
];
# Extra packages that *may* be used by some scripts
packages = [
pkgs.python3Packages.tiktoken
];
shellHook = ''
echo "Entering ${name} devShell"
addToSearchPath "LD_LIBRARY_PATH" "${lib.getLib stdenv.cc.cc}/lib"
Expand Down

0 comments on commit e61d467

Please sign in to comment.