Updated env.nix

This commit is contained in:
marcopiovanello
2024-06-11 16:25:49 +02:00
parent 14a14a9f38
commit 848f716d08
4 changed files with 3193 additions and 3 deletions
+3
View File
@@ -16,3 +16,6 @@ cookies.txt
__debug* __debug*
ui/ ui/
.idea .idea
frontend/.pnp.cjs
frontend/.pnp.loader.mjs
frontend/.yarn/install-state.gz
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {} }: { pkgs ? import <nixpkgs> {} }:
pkgs.mkShell { pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ yt-dlp ]; nativeBuildInputs = with pkgs.buildPackages; [ yt-dlp nodejs_22 yarn-berry go ];
} }
+3187
View File
File diff suppressed because it is too large Load Diff