No description
Find a file
2025-08-12 20:16:54 +07:00
lib write minimal registry.json files 2025-08-12 20:16:54 +07:00
.gitignore initial commit 2025-08-05 20:59:34 +07:00
deno.lock initial commit 2025-08-05 20:59:34 +07:00
flake.lock initial commit 2025-08-05 20:59:34 +07:00
flake.nix initial commit 2025-08-05 20:59:34 +07:00
README.md initial commit 2025-08-05 20:59:34 +07:00

Deno with packages

This flake provides utilities for managing Deno dependencies with Nix,

  • reading multiple lock files
  • creating a derivation per Deno dependency
  • combining those into a single derivation
  • installing shared cache into DENO_DIR

Currently only NPM dependencies are recognized.

Usage

See flake.nix