deno-with-packages/README.md
2025-09-15 13:27:10 +07:00

430 B

Deno with packages

This flake part provides utilities for managing Deno dependencies with Nix.

Features:

  • reading multiple lock files
  • creating a derivation per Deno dependency
  • combining those into a single derivation
  • wrapping deno executable to have it install the cache
  • keeping cache in <flake root>/.deno_cache

Currently only NPM dependencies are recognized.

Usage

See example/flake.nix