Add repl config

This commit is contained in:
fischerq
2023-06-03 17:03:27 +00:00
parent 7c1b74c25d
commit 18afb488c0
5 changed files with 68 additions and 0 deletions

8
replit.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs }: {
deps = [
pkgs.texlive.combined.scheme-full
pkgs.httplz
pkgs.texlab
pkgs.biber
];
}