Update tetris

This commit is contained in:
Charlotte Van Petegem 2021-12-29 11:48:40 +01:00
parent d209919afb
commit 0139f67d03
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 4302 additions and 8031 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -p curl yarn2nix -i bash
curl -L -O https://github.com/chvp/tetris/raw/master/package.json
curl -L -O https://github.com/chvp/tetris/raw/master/yarn.lock
curl -L -O https://github.com/chvp/tetris/raw/main/package.json
curl -L -O https://github.com/chvp/tetris/raw/main/yarn.lock
yarn2nix --lockfile yarn.lock --no-patch > yarn.nix