initial commit
This commit is contained in:
commit
1a55a11500
8 changed files with 270 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue