Skip to content

Commit 6e3740e

Browse files
committed
nixpkgs: Fix nix file not using commit from submodule.
I forgot it in commit "Update nixpkgs submodule for 24.05"
1 parent 9b925d2 commit 6e3740e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixpkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
2626
then import ./nixpkgs {}
2727
# Pinned nixpkgs version; should be kept up-to-date with our submodule.
2828
# 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) {}
29+
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/942314d40590668d3975f431d23f928a741912cf.tar.gz) {}

0 commit comments

Comments
 (0)