nix dev environment: update flake and add deno

This commit is contained in:
2026-01-21 14:07:58 -05:00
parent 174ce1213a
commit 39dcad6bcc
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