From 566474430bce3c56f32ea80baa13e13838ff0d06 Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Sun, 23 Jun 2024 21:22:43 +0300 Subject: [PATCH] Bump nixpkgs to 2405 --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 0e9bba3..cc0ee4e 100644 --- a/default.nix +++ b/default.nix @@ -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. ''. -, nixpkgsSrc ? haskellNix.sources.nixpkgs-2105 +, nixpkgsSrc ? haskellNix.sources.nixpkgs-2305 # haskell.nix provides some arguments to be passed to nixpkgs, including some # patches and also the haskell.nix functionality itself as an overlay.