Updated env.nix

This commit is contained in:
2024-06-11 16:25:49 +02:00
parent 14a14a9f38
commit 848f716d08
4 changed files with 3193 additions and 3 deletions

3
.gitignore vendored
View File

@@ -16,3 +16,6 @@ cookies.txt
__debug*
ui/
.idea
frontend/.pnp.cjs
frontend/.pnp.loader.mjs
frontend/.yarn/install-state.gz

View File

@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ yt-dlp ];
nativeBuildInputs = with pkgs.buildPackages; [ yt-dlp nodejs_22 yarn-berry go ];
}

3187
frontend/yarn.lock Normal file

File diff suppressed because it is too large Load Diff