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 36e14a6
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 14803 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/NixOS/nixpkgs/archive/426028047db79f1ec567a0f60dcebc0b8ef1ddab.tar.gz) {}

0 comments on commit 36e14a6

Please sign in to comment.