diff --git a/flake.lock b/flake.lock index 63a8f36c2e7..b9bfcb1ad8f 100644 --- a/flake.lock +++ b/flake.lock @@ -485,7 +485,7 @@ "iohkNix": "iohkNix", "nixpkgs": [ "haskellNix", - "nixpkgs-2105" + "nixpkgs-unstable" ] } }, diff --git a/flake.nix b/flake.nix index 691bd502474..0791d84e501 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Cardano Wallet"; inputs = { - nixpkgs.follows = "haskellNix/nixpkgs-2105"; + nixpkgs.follows = "haskellNix/nixpkgs-unstable"; haskellNix = { url = "github:input-output-hk/haskell.nix"; inputs.nixpkgs.follows = "nixpkgs";