File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
66
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
67
67
},
68
68
"nix-tools" : {
69
- "branch" : " master " ,
69
+ "branch" : " hkm/global-ghc-options " ,
70
70
"builtin" : false ,
71
71
"description" : " Translate Cabals Generic Package Description to a Nix expression" ,
72
72
"homepage" : null ,
73
73
"owner" : " input-output-hk" ,
74
74
"repo" : " nix-tools" ,
75
- "rev" : " f3148a55adcc9ed1361d524f94f3ccf61e2f1392 " ,
76
- "sha256" : " 0796gd2mr3pwsh7rsxljsbh6z1irb2rj7vqhas59z6xbgb8jqif7 " ,
75
+ "rev" : " 16e3fe6ce9204bc8ac37125fb49fff71b53e0051 " ,
76
+ "sha256" : " 0ks14660mjkhkwjrg748928b40znza7b754kn1srf7rfnw6dscmp " ,
77
77
"type" : " tarball" ,
78
- "url" : " https://github.com/input-output-hk/nix-tools/archive/f3148a55adcc9ed1361d524f94f3ccf61e2f1392 .tar.gz" ,
78
+ "url" : " https://github.com/input-output-hk/nix-tools/archive/16e3fe6ce9204bc8ac37125fb49fff71b53e0051 .tar.gz" ,
79
79
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
80
80
},
81
81
"nixpkgs" : {
Original file line number Diff line number Diff line change 588
588
final . haskell-nix . cabalProject ( {
589
589
name = "nix-tools" ;
590
590
src = final . haskell-nix . sources . nix-tools ;
591
+ # This is a handy way to use a local git clone of nix-tools when developing
592
+ # src = final.haskell-nix.haskellLib.cleanGit { name = "nix-tools"; src = ../../nix-tools; };
591
593
index-state = final . haskell-nix . internalHackageIndexState ;
592
594
cabalProjectLocal = ''
593
595
allow-newer: Cabal:base, cryptohash-sha512:base, haskeline:base
You can’t perform that action at this time.
0 commit comments