We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a5f50 commit 8ef5f6eCopy full SHA for 8ef5f6e
nixpkgs
nixpkgs.nix
@@ -25,4 +25,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
25
if builtins.pathExists ./nixpkgs/pkgs
26
then import ./nixpkgs {}
27
# 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) {}
+ else import (fetchTarball https://github.com/NixOS/nixpkgs/archive/d00b5a5fa6fe8bdf7005abb06c46ae0245aec8b5.tar.gz) {}
0 commit comments