File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env nix-shell
2
- #! nix-shell -- pure -i bash -p nix cabal-install ghc nix-prefetch-scripts
2
+ #! nix-shell -I "nixpkgs=channel:nixos-19.03" -- pure -i bash -p nix cabal-install ghc nix-prefetch-scripts git
3
3
4
4
export NIX_PATH=" nixpkgs=channel:nixos-19.03"
5
5
@@ -10,7 +10,7 @@ set -euo pipefail
10
10
rm -f .nix-tools.cache
11
11
12
12
echo " +++ Cabal configure"
13
- cabal new-update
13
+ cabal new-update hackage.haskell.org,2019-03-15T00:00:00Z
14
14
cabal new-configure
15
15
16
16
echo
@@ -29,6 +29,10 @@ echo "There are no tests -- https://github.com/input-output-hk/haskell.nix/issue
29
29
echo
30
30
echo " +++ Run plan-to-nix again"
31
31
32
+ # This file can interfere with the build.
33
+ # https://github.com/input-output-hk/haskell.nix/issues/57
34
+ rm -f .nix-tools.cache
35
+
32
36
nix build -f nix1 nix-tools.components.exes.plan-to-nix
33
37
./result/bin/plan-to-nix --output nix2 --plan-json dist-newstyle/cache/plan.json
34
38
Original file line number Diff line number Diff line change 2
2
3
3
* ~nix-tools~
4
4
5
+ [[https://buildkite.com/input-output-hk/nix-tools][https://badge.buildkite.com/8c5ed154c28db5d7184560c8000e57180b2b362b7a0431602e.svg]]
6
+
5
7
~nix-tools~ is a set of Haskell → Nix tools to integrate Haskell
6
8
projects into Nix build environments.
7
9
@@ -42,3 +44,6 @@ umbrella there are a few [[https://github.com/input-output-hk/haskell.nix/projec
42
44
for tracking completion of the project goals. If you would like to
43
45
follow or contribute to this effort then that would be a good place to
44
46
start.
47
+
48
+ Please open bug reports in the
49
+ [[https://github.com/input-output-hk/haskell.nix/issues][Haskell.nix issue tracker]].
You can’t perform that action at this time.
0 commit comments