mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 23:41:42 +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 = {
|
extraArgs = {
|
||||||
ghcVersion = {
|
ghcVersion = {
|
||||||
description = "GHC version";
|
description = "GHC version";
|
||||||
default = "9.0.2";
|
default = pkgs.ghc.version;
|
||||||
examples = ["9.0.2" "9.4.1"];
|
examples = ["9.0.2" "9.4.1"];
|
||||||
type = "argument";
|
type = "argument";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user