update flake.nix

This commit is contained in:
2025-03-16 20:04:46 -05:00
parent cec2adec97
commit 659a2690f1
8 changed files with 98 additions and 16073 deletions

View File

@@ -8,6 +8,7 @@ class Window {
Window();
~Window();
bool close();
private:
GLFWwindow* w;