chore(global): update lockfiles and website content
Some checks failed
Docker CI / Build environment for GitLab CI/CD (push) Has been cancelled
Docker CI / Generate Gitpod workspace image snapshot (push) Has been cancelled

yeah, probably cooked ig

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2025-05-21 23:52:28 +08:00
parent 604c0f32d6
commit 10e17e7424
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
8 changed files with 236 additions and 247 deletions

View file

@ -3,9 +3,19 @@
packages = with pkgs; [
gitFull
pipenv
python313 # this is a hack to use nixpkgs one instead of compiling from source
];
languages = {
javascript = {
enable = true;
package = pkgs.nodejs_22;
};
python = {
enable = true;
version = "3.13.3";
};
};
enterShell = ''
pipenv install
'';