Las
Las
I'm coincidentally working on the exact same thing! Is IOG trying to upgrade to 9.2.4?
FWIW I have some work in progress that removes the cardano-prelude dependency (but not cardano-prelude-test)
Thank you, seems like a lot of duplicate work is already ongoing though :)
A cheap trick is to create a wrapper flake essentially: ```nix let oldFlake = ...; supportedSystems = [ "x86_64-linux" "aarch64-linux" ]; perSystem = nixpkgs.lib.genAttrs supportedSystems; in { packages = perSystem...
I think we should drop `project` too. It's a minor convenience that doesn't really give you anything. Whether your project uses Stack or Cabal isn't something that changes, hence you...
Why not just make each derivation more efficient? If it's several orders of magnitude of difference, maybe, but otherwise, making the derivations more light weight and possibly optimising the daemon...
Avoiding stdenv is probably a big one.
Adding it through source-repository-package also seems not to work.
Caching.