mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-06 20:49:32 +00:00
chore(global): update lockfiles and website content
yeah, probably cooked ig Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
604c0f32d6
commit
10e17e7424
8 changed files with 236 additions and 247 deletions
12
devenv.nix
12
devenv.nix
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue