Initial commit

This commit is contained in:
Martin Puppe 2020-09-10 16:39:11 +02:00
commit 0d00fa5123
7 changed files with 121 additions and 0 deletions

5
generate.sh Normal file
View file

@ -0,0 +1,5 @@
node2nix "-$FINCANCIER_NODE_VERSION" --development \
--input "$FINANCIER_SRC/package.json" \
--lock "$FINANCIER_SRC/package-lock.json" \
--supplement-input supplement.json \
--composition node2nix.nix