default.nix: update static compiler
This commit is contained in:
parent
1b39e2b060
commit
cca7577aa9
@ -10,7 +10,7 @@ let
|
||||
basepkgs = import nixpkgs { inherit system; };
|
||||
pkgs = if static then basepkgs.pkgsStatic else basepkgs.pkgs;
|
||||
|
||||
ghc = if static then pkgs.haskell.packages.integer-simple.ghc8104
|
||||
ghc = if static then pkgs.haskell.packages.integer-simple.ghc901
|
||||
else if compiler == "default" then pkgs.haskellPackages
|
||||
else pkgs.haskell.packages.${compiler};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user