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

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1751498133, "lastModified": 1768875095,
"narHash": "sha256-QWJ+NQbMU+NcU2xiyo7SNox1fAuwksGlQhpzBl76g1I=", "narHash": "sha256-dYP3DjiL7oIiiq3H65tGIXXIT1Waiadmv93JS0sS+8A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d55716bb59b91ae9d1ced4b1ccdea7a442ecbfdb", "rev": "ed142ab1b3a092c4d149245d0c4126a5d7ea00b0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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