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
+4 -1
View File
@@ -15,4 +15,7 @@ config.yml
cookies.txt
__debug*
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.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ yt-dlp ];
nativeBuildInputs = with pkgs.buildPackages; [ yt-dlp nodejs_22 yarn-berry go ];
}
+1 -1
View File
@@ -36,4 +36,4 @@
"typescript": "^5.4.3",
"vite": "^5.2.11"
}
}
}
+3187
View File
File diff suppressed because it is too large Load Diff