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 9b925d2 commit 6e3740eCopy full SHA for 6e3740e
nixpkgs.nix
@@ -26,4 +26,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
26
then import ./nixpkgs {}
27
# Pinned nixpkgs version; should be kept up-to-date with our submodule.
28
# This is nixos-23.11 as of 2024-01-01, with minimal patches currently having open nixpkgs PR (see commits for PR links).
29
- else import (fetchTarball https://github.com/nh2/nixpkgs/archive/71f5f45c33ac4c59e316c9d41ca8837b7d7f9e9b.tar.gz) {}
+ else import (fetchTarball https://github.com/nh2/nixpkgs/archive/942314d40590668d3975f431d23f928a741912cf.tar.gz) {}
0 commit comments