No description
| example | ||
| .gitignore | ||
| flake-module.nix | ||
| flake.nix | ||
| README.md | ||
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
denoexecutable to have it install the cache - keeping cache in
<flake root>/.deno_cache
Currently only NPM dependencies are recognized.
Usage
See example/flake.nix