nix dev environment: update flake and add deno
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 22s
Build and Push Docker Image / deploy-on-green (push) Successful in 8s

This commit is contained in:
2026-01-21 14:07:58 -05:00
parent 174ce1213a
commit 635d5d5113
2 changed files with 4 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
pkgs.python314
pkgs.virtualenv
pkgs.ffmpeg_6
pkgs.deno
];
shellHook = ''
if [ ! -d .venv ]; then