Manage tetris with NixOS
This commit is contained in:
parent
b4c19b2b08
commit
77219f36b7
9 changed files with 8175 additions and 1507 deletions
5
modules/tetris/update.sh
Executable file
5
modules/tetris/update.sh
Executable 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
6621
modules/tetris/yarn.nix
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue