Skip to content

Commit 16e23cb

Browse files
committed
More fixes for shellFor
1 parent 1aa5e2b commit 16e23cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/shell-for.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ in
182182

183183
passthru = (mkDrvArgs.passthru or {}) // {
184184
ghc = ghcEnv.drv;
185-
configFiles.drv;
185+
configFiles = configFiles.drv;
186186
};
187187
} // lib.optionalAttrs exactDeps {
188188
CABAL_CONFIG = "${configFiles.drv}/cabal.config";

0 commit comments

Comments
 (0)