No description
Find a file
2025-10-10 12:37:41 +07:00
example migrate to flake part 2025-09-15 13:27:10 +07:00
.gitignore initial commit 2025-08-05 20:59:34 +07:00
flake-module.nix handle registry files in shared cache derivation 2025-10-10 12:37:41 +07:00
flake.nix handle registry files in shared cache derivation 2025-10-10 12:37:41 +07:00
README.md migrate to flake part 2025-09-15 13:27:10 +07:00

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