flake parts
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user