Remove deprecated mkImage

This commit is contained in:
2024-04-06 15:16:53 -04:00
parent e061d32b3b
commit 165b03bb1b

View File

@@ -68,9 +68,6 @@
packages = { packages = {
default = cproj; default = cproj;
inherit cproj cproj-exe; inherit cproj cproj-exe;
Cproj = mkImage "latest";
Cproj-Test = mkImage "dev";
}; };
apps = rec { apps = rec {