Manage tetris with NixOS

This commit is contained in:
Charlotte Van Petegem 2021-04-05 16:23:30 +02:00
parent b4c19b2b08
commit 77219f36b7
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 8175 additions and 1507 deletions

5
modules/tetris/update.sh Executable file
View file

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

6621
modules/tetris/yarn.nix Normal file

File diff suppressed because it is too large Load diff