We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55702bf commit 5d6e42fCopy full SHA for 5d6e42f
modules/configuration-nix.nix
@@ -161,4 +161,6 @@ in {
161
# ghc-paths stores the path of the GHC compiler used to build the component.
162
# we need to keep it in the store so that it will remain valid.
163
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;
166
}
0 commit comments