wip working game

This commit is contained in:
2026-05-17 09:22:56 -04:00
commit d7559729bd
3 changed files with 91 additions and 0 deletions

2
default.nix Normal file
View File

@@ -0,0 +1,2 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./package.nix {}