Skip to content

Commit 5d6e42f

Browse files
authored
Fix ghcide issue (input-output-hk#1948)
1 parent 55702bf commit 5d6e42f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/configuration-nix.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,6 @@ in {
161161
# ghc-paths stores the path of the GHC compiler used to build the component.
162162
# we need to keep it in the store so that it will remain valid.
163163
packages.ghc-paths.components.library.keepGhc = true;
164+
# It can also store a symlink to the package DB directory
165+
packages.ghc-paths.components.library.keepConfigFiles = true;
164166
}

0 commit comments

Comments
 (0)