From f7f788c4edadc4b3e612e5e493278fd25f438b81 Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Tue, 6 May 2025 11:35:47 -0600 Subject: [PATCH] fix(haskell): Persist stack directory --- modules/home/users/crumb/haskell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/users/crumb/haskell.nix b/modules/home/users/crumb/haskell.nix index 7674cfd..aa11777 100644 --- a/modules/home/users/crumb/haskell.nix +++ b/modules/home/users/crumb/haskell.nix @@ -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" ]; }; }