initial commit

This commit is contained in:
EatThePooh 2025-08-05 20:59:34 +07:00
commit 1a55a11500
8 changed files with 270 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# 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`