Skip to content

Commit

Permalink
nixpkgs: Update submodule to nixos-unstable with ghc musl fixes merged
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Jul 23, 2021
1 parent 27a5f50 commit 8ef5f6e
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 1507 files
2 changes: 1 addition & 1 deletion nixpkgs.nix
Expand Up @@ -25,4 +25,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/nh2/nixpkgs/archive/8d536f36256d30d8fa47b24caafb1af6405889f3.tar.gz) {}
else import (fetchTarball https://github.com/NixOS/nixpkgs/archive/d00b5a5fa6fe8bdf7005abb06c46ae0245aec8b5.tar.gz) {}

0 comments on commit 8ef5f6e

Please sign in to comment.