Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-07-24 13:57:19 +02:00
parent ee37a86db4
commit 0e3c2a3b9e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 57 additions and 57 deletions

View file

@ -1,8 +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/package.json
curl -L -O https://github.com/accentor/web/raw/develop/yarn.lock
curl -L -O https://github.com/accentor/api/raw/main/Gemfile
curl -L -O https://github.com/accentor/api/raw/main/Gemfile.lock
curl -L -O https://github.com/accentor/web/raw/main/package.json
curl -L -O https://github.com/accentor/web/raw/main/yarn.lock
yarn2nix --lockfile yarn.lock --no-patch > yarn.nix
bundix -l