flake parts

This commit is contained in:
2026-02-14 16:24:35 -06:00
parent 874de65dba
commit f01bd49fb1
12 changed files with 296 additions and 373 deletions

View File

@@ -1,6 +1,8 @@
{ inputs, ... }: {
perSystem = { system, pkgs, self', ... }: {
perSystem = { lib, system, pkgs, ... }: {
packages.exampleApps_ImguiEmbed = pkgs.stdenvNoCC.mkDerivation {
name = "Archimedes";
@@ -24,7 +26,7 @@
buildPhase = ''
clang++ \
$src/src/example_apps/ImguiEmbed/*.cpp \
$src/example_apps/ImguiEmbed/*.cpp \
$src/modules/MainGUI/*.cpp \
$src/modules/WindowModule/*.cpp \
$src/modules/ImguiModule/*.cpp \