update flake

This commit is contained in:
2026-02-02 17:35:03 -06:00
parent 9716a8ec46
commit 889b852f5f
2 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
description = "Build Project Archimedes";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
imgui = {
url = "github:ocornut/imgui?ref=docking";
flake = false;
@@ -243,7 +243,7 @@
-DMAINGUI_DYNAMIC \
-fpic -shared \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
'';