Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-01-30 12:53:31 +01:00
parent 82e35eff21
commit 6cad091611
No known key found for this signature in database
GPG key ID: 019E764B7184435A
6 changed files with 71 additions and 39 deletions

8
modules/accentor/update.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env nix-shell
#!nix-shell -p curl yarn2nix bundix -i bash
curl -L -O https://github.com/accentor/api/raw/develop/Gemfile
curl -L -O https://github.com/accentor/api/raw/develop/Gemfile.lock
curl -L -O https://github.com/accentor/web/raw/develop/yarn.lock
yarn2nix --lockfile yarn.lock --no-patch > yarn.nix
rm yarn.lock
bundix -l