mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 07:25:33 +03:00
translators/cabal-freeze: Set default GHC to the nixpkgs default
This commit is contained in:
parent
059c5c18f7
commit
5f289686a5
@ -273,7 +273,7 @@ in {
|
||||
extraArgs = {
|
||||
ghcVersion = {
|
||||
description = "GHC version";
|
||||
default = "9.0.2";
|
||||
default = pkgs.ghc.version;
|
||||
examples = ["9.0.2" "9.4.1"];
|
||||
type = "argument";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user