From 9cba6e8810516b6e5ce926ddd3be123b2ecc1d73 Mon Sep 17 00:00:00 2001 From: Einherjar Date: Tue, 17 Oct 2023 15:40:56 -0300 Subject: [PATCH] ci(nix): move to nixpkgs stable --- flake.lock | 8 ++++---- flake.nix | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index dfe07cdbb7..69031b24ed 100644 --- a/flake.lock +++ b/flake.lock @@ -93,16 +93,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1697379843, - "narHash": "sha256-RcnGuJgC2K/UpTy+d32piEoBXq2M+nVFzM3ah/ZdJzg=", + "lastModified": 1697545898, + "narHash": "sha256-Tt14Xkm2OBVM6vn06KI5lGAH17jwfDlvgEzTfspRcUU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "12bdeb01ff9e2d3917e6a44037ed7df6e6c3df9d", + "rev": "fac3684647cc9d6dfb2a39f3f4b7cf5fc89c96b6", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", + "ref": "release-23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 852084aa47..ecf6c9d617 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,8 @@ description = "BDK Flake to run all tests locally and in CI"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + # stable nixpkgs + nixpkgs.url = "github:NixOS/nixpkgs/release-23.05"; # pin bitcoind to a specific version # find instructions here: #