docs: add script to generate some docs from nix attrs

This commit is contained in:
matt1432 2025-01-20 11:06:01 -05:00
parent 5621df5749
commit a4c953df3b
7 changed files with 45 additions and 5 deletions
devShells

View file

@ -19,6 +19,7 @@
text = ''
# this command might fail but still updates the main lockfile
npm update --package-lock-only || true
hash="$(prefetch-npm-deps ./package-lock.json)"
echo "$hash"