Skip to content

Commit

Permalink
Tentative fix for NixOS/nixpkgs#79863 (libffi tests break)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Feb 15, 2020
1 parent 38ef5a4 commit 9bb8edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixpkgs
Submodule nixpkgs updated 1190 files
2 changes: 1 addition & 1 deletion nixpkgs.nix
Expand Up @@ -17,4 +17,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
if builtins.pathExists ./nixpkgs/pkgs
then import ./nixpkgs {}
# Pinned nixpkgs version; should be kept up-to-date with our submodule.
else import (fetchTarball https://github.com/NixOS/nixpkgs/archive/0c960262d159d3a884dadc3d4e4b131557dad116.tar.gz) {}
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/aaa60de8d7a40712790e2a22b1d8941eda9dbf4b.tar.gz) {}

0 comments on commit 9bb8edf

Please sign in to comment.