Skip to content

Commit 8ef5f6e

Browse files
committed
nixpkgs: Update submodule to nixos-unstable with ghc musl fixes merged
1 parent 27a5f50 commit 8ef5f6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nixpkgs

Submodule nixpkgs updated 1507 files

nixpkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
2525
if builtins.pathExists ./nixpkgs/pkgs
2626
then import ./nixpkgs {}
2727
# Pinned nixpkgs version; should be kept up-to-date with our submodule.
28-
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/8d536f36256d30d8fa47b24caafb1af6405889f3.tar.gz) {}
28+
else import (fetchTarball https://github.com/NixOS/nixpkgs/archive/d00b5a5fa6fe8bdf7005abb06c46ae0245aec8b5.tar.gz) {}

0 commit comments

Comments
 (0)