Skip to content

Commit

Permalink
nixpkgs: Update submodule to include libtiff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Jun 15, 2024
1 parent 32b57cc commit 4c9cf63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixpkgs
2 changes: 1 addition & 1 deletion nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
then import ./nixpkgs {}
# Pinned nixpkgs version; should be kept up-to-date with our submodule.
# This is nixos-23.11 as of 2024-01-01, with minimal patches currently having open nixpkgs PR (see commits for PR links).
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/942314d40590668d3975f431d23f928a741912cf.tar.gz) {}
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/1e91820a911edcbfed2498064b898d760741a7d9.tar.gz) {}

0 comments on commit 4c9cf63

Please sign in to comment.