docs and stuff

This commit is contained in:
Rakarake 2026-02-28 03:48:51 +01:00
parent d7966375f1
commit 60abe76709
4 changed files with 36 additions and 4 deletions

View file

@ -23,10 +23,7 @@
buildInputs = with pkgs; [
libGL
];
installPhase = ''
mkdir -p $out/bin
cp glonkers $out/bin
'';
makeFlags = [ "PREFIX=$(out)" ];
};
devShell = pkgs.mkShell {
packages =