Add mainProgram to flake

This commit is contained in:
2025-07-06 17:56:00 +02:00
parent bb8c578ade
commit b6610d70f3

View File

@@ -21,6 +21,8 @@
npmConfigHook = pkgs.importNpmLock.npmConfigHook;
dontNpmBuild = true;
meta.mainProgram = "traveldrafter";
};
default = self.packages.${system}.traveldrafter;
});