Skip to content

Commit

Permalink
Bump nixpkgs to 2405
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz committed Jun 23, 2024
1 parent 82cff5d commit d11d848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ haskellNix ? (import (import ./nix/sources.nix)."haskell.nix" { })
# haskell.nix provides access to the nixpkgs pins which are used by our CI,
# hence you will be more likely to get cache hits when using these.
# But you can also just use your own, e.g. '<nixpkgs>'.
, nixpkgsSrc ? haskellNix.sources.nixpkgs-2105
, nixpkgsSrc ? haskellNix.sources.nixpkgs-2405

# haskell.nix provides some arguments to be passed to nixpkgs, including some
# patches and also the haskell.nix functionality itself as an overlay.
Expand Down

0 comments on commit d11d848

Please sign in to comment.