Skip to content

Commit

Permalink
Create replit.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru322 authored May 26, 2023
1 parent 297ab03 commit 5c93763
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{ pkgs }: {
deps = [
pkgs.sudo
pkgs.nodejs
pkgs.nodePackages.typescript
pkgs.ffmpeg
pkgs.imagemagick
pkgs.git
pkgs.neofetch
pkgs.libwebp
pkgs.speedtest-cli
pkgs.wget
pkgs.yarn
pkgs.pm2
pkgs.libuuid
];
env = {
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.libuuid
];
};
}

0 comments on commit 5c93763

Please sign in to comment.