I hereby claim:
- I am zothynine on github.
- I am zothynine (https://keybase.io/zothynine) on keybase.
- I have a public key ASBGCkopRgqD_OLlp4gfZXGvdtT_uYvu3Doc2Q00N2Yq5Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This is a SCRIPT-8 cassette.
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Path to pdx info to be updated | |
FILE=./source/pdxinfo | |
# Path to folder for pdxinfo backup. Also add this folder to you .gitignore file | |
BAK=./tmp | |
echo "> Backing up pdxinfo\n" | |
cp $FILE $BAK |
{ pkgs ? import <nixpkgs> {} }: | |
let fhs = pkgs.buildFHSUserEnv { | |
name = "pico8"; | |
targetPkgs = pkgs: (with pkgs; [ | |
xorg.libX11 | |
xorg.libXext | |
xorg.libXcursor | |
xorg.libXinerama | |
xorg.libXi | |
xorg.libXrandr |