Skip to content

Commit b4ea619

Browse files
shell.nix: bump to current nixos-unstable (2025-10-23)
We can base the unstable haskell-ci on the default package set now which saves a lot of compiling.
1 parent 19800f3 commit b4ea619

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shell.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{ pkgs ?
22
import (builtins.fetchTarball {
3-
# nixos-unstable 2025-04-23
4-
url = "https://github.com/nixos/nixpkgs/archive/96d30055a2215e5c5a545872376137a5d063e804.tar.gz";
5-
sha256 = "0xvzkpgc8qy4q252c3x399c8ikrks970c877s4i7vppnhxp08p8n";
3+
# nixos-unstable 2025-10-23
4+
url = "https://github.com/nixos/nixpkgs/archive/01f116e4df6a15f4ccdffb1bcd41096869fb385c.tar.gz";
5+
sha256 = "sha256-f/QCJM/YhrV/lavyCVz8iU3rlZun6d+dAiC3H+CDle4=";
66
}) { }
77
, ghcVersion ? pkgs.haskellPackages.ghc.version
88
# Pass --arg minimal true to disable tools that are not strictly necessary
@@ -19,7 +19,7 @@ let
1919
haskellLib = pkgs.haskell.lib.compose;
2020

2121
haskell-ci-pinned = lib.pipe
22-
pkgs.haskell.packages.ghc9101.haskell-ci # compatible Cabal version by default
22+
pkgs.haskellPackages.haskell-ci
2323
[
2424
(haskellLib.overrideSrc {
2525
version = "0-unstable-2025-03-30";

0 commit comments

Comments
 (0)