From 8c52c12a9568e011c9dba77d709b8f61a0ce6741 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Giraudeau Date: Mon, 29 Nov 2021 21:59:14 +0100 Subject: [PATCH] try nixpkgs-unstable --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";