sunga25 commited on
Commit
c2d8291
1 Parent(s): e31f301

Create replit.nix

Browse files
Files changed (1) hide show
  1. replit.nix +17 -0
replit.nix ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {pkgs}: {
2
+ deps = [
3
+ pkgs.arrow-cpp
4
+ pkgs.tk
5
+ pkgs.tcl
6
+ pkgs.qhull
7
+ pkgs.pkg-config
8
+ pkgs.gtk3
9
+ pkgs.gobject-introspection
10
+ pkgs.ghostscript
11
+ pkgs.freetype
12
+ pkgs.ffmpeg-full
13
+ pkgs.cairo
14
+ pkgs.glibcLocales
15
+ pkgs.python-launcher
16
+ ];
17
+ }