File tree 4 files changed +3
-6
lines changed
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "nixpkgs "]
2
2
path = nixpkgs
3
- url = https://github.com/nh2 /nixpkgs.git
3
+ url = https://github.com/NixOS /nixpkgs.git
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
25
25
if builtins . pathExists ./nixpkgs/pkgs
26
26
then import ./nixpkgs { }
27
27
# Pinned nixpkgs version; should be kept up-to-date with our submodule.
28
- else import ( fetchTarball https://github.com/NixOS/nixpkgs/archive/d00b5a5fa6fe8bdf7005abb06c46ae0245aec8b5 .tar.gz ) { }
28
+ else import ( fetchTarball https://github.com/NixOS/nixpkgs/archive/95f1154f993bc788bad7df1feed1b98c7e7381cb .tar.gz ) { }
Original file line number Diff line number Diff line change 246
246
247
247
# Stackage package names we want to blacklist.
248
248
blacklist = [
249
- # TODO: Try to remove when https://github.com/NixOS/nixpkgs/pull/128746 is available to us
250
- "alsa-pcm" "alsa-seq" "ALUT" "OpenAL" "sdl2" "sdl2-gfx" "sdl2-image" "sdl2-mixer" "sdl2-ttf"
251
-
252
249
# depends on `sbv` -> `openjdk`, which pulls in a huge dependency closure
253
250
"crackNum"
254
251
You can’t perform that action at this time.
0 commit comments