File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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" ;
You can’t perform that action at this time.
0 commit comments