fix(haskell): Persist stack directory

This commit is contained in:
Madeleine Sydney
2025-05-06 11:35:47 -06:00
parent 36cc203d3e
commit f7f788c4ed

View File

@@ -60,6 +60,7 @@ in {
# We don't want to rebuild Hackage simply due to a reboot, do we? }:)
(lib.removePrefix "${config.home.homeDirectory}/"
"${xdg-cache-dir}/cabal")
".stack"
];
};
}