File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 description = ''Path to the Cabal project root'' ;
4646 } ;
4747 source-overrides = mkOption {
48- type = types . attrsOf types . path ;
48+ type = types . attrsOf types . path ;
4949 description = ''Package overrides given new source path'' ;
50- default = { } ;
50+ default = { } ;
5151 } ;
5252 overrides = mkOption {
5353 type = functionTo ( functionTo ( types . lazyAttrsOf raw ) ) ;
9797 buildTools = lib . attrValues ( defaultBuildTools // cfg . buildTools hp ) ;
9898 mkProject = { returnShellEnv ? false , withHoogle ? false } :
9999 hp . developPackage {
100- inherit returnShellEnv withHoogle ;
100+ inherit returnShellEnv withHoogle ;
101101 inherit ( cfg ) root name source-overrides overrides ;
102102 modifier = drv :
103103 cfg . modifier ( pkgs . haskell . lib . overrideCabal drv ( oa : {
Original file line number Diff line number Diff line change 33 outputs = { self , ... } : {
44 flakeModule = ./flake-module.nix ;
55 } ;
6- }
6+ }
You can’t perform that action at this time.
0 commit comments