spellcheck

This commit is contained in:
2025-05-12 14:08:42 -05:00
parent bab30c6124
commit f86eb4ab90

View File

@@ -255,13 +255,13 @@
};
packages.${system}.default = self.Archimedes.examples.MinimalApp;
};
apps.${system}.default = {
type = "app";
program = "${self.Archimedes.examples.MinimalApp}/bin/Archimedes";
};
packages.${system}.default = self.Archimedes.examples.MinimalApp;
apps.${system}.default = {
type = "app";
program = "${self.Archimedes.examples.MinimalApp}/bin/Archimedes";
};
};