forked from awakesecurity/gRPC-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to nixpkgs 17.09 (awakesecurity#50)
* Deterministically pin to a 17.09 nixpkgs * Remove out-of-date cabal2nix output * `proto3-wire` → `d492fa3` * Fix shebangs for test scripts * Remove test scripts patchfile We no longer need to patch in this manner, as we will ensure that the correct GHC is on the nix-shell $PATH. * Don't barf on unset PYTHONPATH * Relax `aeson` bound * Simplify and cleanup toplevel nix * rm `nixpkgs.json` * Workaround High Sierra linking issue by restructuring ... the `nix-shell` GHC vs. that used by `testHaskellDepends`.
- Loading branch information
1 parent
853b4ac
commit 94a8791
Showing
18 changed files
with
105 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Given a Git revision hash `<rev>`, you get the new SHA256 by running: | ||
# | ||
# ```bash | ||
# $ nix-prefetch-url "https://github.com/NixOS/nixpkgs/archive/<rev>.tar.gz" | ||
# ``` | ||
# | ||
# The SHA256 will be printed as the last line of stdout. | ||
|
||
import ./fetch-nixpkgs.nix { | ||
rev = "74286ec9e76be7cd00c4247b9acb430c4bd9f1ce"; | ||
sha256 = "0njb3qd2wxj7gil8y61lwh7zacmvr6zklv67w5zmvifi1fvalvdg"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.