It might be sensible to add the inputMap feature from cabalPorject to stackProject (see #374).
It works a lot like sha256map (but providing the actual input rather than just the hash) and sha256map is supported in stackProject and it is used in lib/stack-cache-generator.nix. Most likely the way to add inputMap support is to update that code.
It might be sensible to add the
inputMapfeature fromcabalPorjecttostackProject(see #374).It works a lot like
sha256map(but providing the actual input rather than just the hash) andsha256mapis supported instackProjectand it is used in lib/stack-cache-generator.nix. Most likely the way to addinputMapsupport is to update that code.