Skip to content

Commit d5563f3

Browse files
committed
Use new version of nix-tools
1 parent 7570cc5 commit d5563f3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

nix/sources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@
6666
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
6767
},
6868
"nix-tools": {
69-
"branch": "master",
69+
"branch": "hkm/global-ghc-options",
7070
"builtin": false,
7171
"description": "Translate Cabals Generic Package Description to a Nix expression",
7272
"homepage": null,
7373
"owner": "input-output-hk",
7474
"repo": "nix-tools",
75-
"rev": "f3148a55adcc9ed1361d524f94f3ccf61e2f1392",
76-
"sha256": "0796gd2mr3pwsh7rsxljsbh6z1irb2rj7vqhas59z6xbgb8jqif7",
75+
"rev": "16e3fe6ce9204bc8ac37125fb49fff71b53e0051",
76+
"sha256": "0ks14660mjkhkwjrg748928b40znza7b754kn1srf7rfnw6dscmp",
7777
"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",
7979
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
8080
},
8181
"nixpkgs": {

overlays/bootstrap.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,8 @@ in {
588588
final.haskell-nix.cabalProject ({
589589
name = "nix-tools";
590590
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; };
591593
index-state = final.haskell-nix.internalHackageIndexState;
592594
cabalProjectLocal = ''
593595
allow-newer: Cabal:base, cryptohash-sha512:base, haskeline:base

0 commit comments

Comments
 (0)