Skip to content

Commit 70bdcde

Browse files
Update overlays/bootstrap.nix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8675ed0 commit 70bdcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ in {
911911
isHaskellNixCompiler = true;
912912
enableShared = false;
913913
inherit (booted-ghcjs) configured-src bundled-ghcjs project;
914-
raw-src = evalPackages: booted-ghcjs.configured-src;
914+
raw-src = _evalPackages: booted-ghcjs.configured-src;
915915
inherit booted-ghcjs buildGHC;
916916
extraConfigureFlags = [
917917
"--ghcjs"

0 commit comments

Comments
 (0)