diff options
author | Ben Sima <ben@bsima.me> | 2020-11-17 15:25:39 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-17 15:25:39 -0500 |
commit | 3887308a3ad006b487f180d29b495c65294a7d26 (patch) | |
tree | 2d8fbf874e81f740c944f553b83e44070b477f14 /Biz/Bild/Rules.nix | |
parent | b1468fd5630a01966c9c3243de6c7882c3c95b7a (diff) |
Update nix-shell stuff for linux
Diffstat (limited to 'Biz/Bild/Rules.nix')
-rw-r--r-- | Biz/Bild/Rules.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/Rules.nix b/Biz/Bild/Rules.nix index e6a6979..e76d7a2 100644 --- a/Biz/Bild/Rules.nix +++ b/Biz/Bild/Rules.nix @@ -51,7 +51,7 @@ let '')); ghc_ = mkGhc pkgs.haskell.packages.ghc865.ghcWithHoogle; - ghcjs_ = mkGhc pkgs.haskell.packages.ghcjs.ghcWithPackages; + ghcjs_ = mkGhc pkgs.haskell.packages.ghcjs86.ghcWithPackages; in { ghc = main: let |