mirror of
https://github.com/ilyakooo0/haskell.nix.git
synced 2024-11-10 06:47:48 +03:00
Adds cabal-generator
This commit is contained in:
parent
6cf6e943c0
commit
03026b7bb9
@ -189,6 +189,10 @@ in {
|
||||
default = pkgs.fetchurl { url = "mirror://hackage/${config.name}.tar.gz"; inherit (config) sha256; };
|
||||
defaultText = "pkgs.fetchurl { url = \"mirror://hackage/\${config.name}.tar.gz\"; inherit (config) sha256; };";
|
||||
};
|
||||
cabal-generator = mkOption {
|
||||
type = nullOr str;
|
||||
default = null;
|
||||
};
|
||||
revision = mkOption {
|
||||
type = nullOr int;
|
||||
default = null;
|
||||
|
Loading…
Reference in New Issue
Block a user