diff --git a/stack.yaml b/stack.yaml index bc19bc31c..cb5c47137 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,7 +18,7 @@ nix: packages: [] pure: false shell-file: ./stack.nix - add-gc-roots: true + add-gc-roots: false # TODO: `nix-shell --add-root` has been (un?)intentionally removed at some point (22.10 < nixpkgs <= 23.11), so `add-gc-roots = true` will not work as of right now. See https://github.com/commercialhaskell/stack/issues/6329 and https://github.com/NixOS/nix/issues/9300 for further details and updates. extra-package-dbs: []