static member variables must be initialized

This commit is contained in:
2025-03-29 19:11:18 -05:00
parent 5955166ac0
commit dc389ef0c5
4 changed files with 8 additions and 5 deletions

View File

@@ -271,7 +271,7 @@
apps.${system}.default = {
type = "app";
program = "${self.Archimedes}/bin/Archimedes";
program = "${self.Archimedes.examples.minimal}/bin/Archimedes";
};
};