From 99b3c1b84a3f81e1a54f165d03064a8fbb5ebe32 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 19 Nov 2025 12:42:24 -0500 Subject: [PATCH 1/2] Use nixos stable channel Realizing that using the unstable channel is not giving us any benefits in our deps and just generally a safer approach to development here. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a4859d59f..eb3320d05 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "rust-payjoin"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = { url = "github:oxalica/rust-overlay"; From 45392550de78a98a769e89102d3b8784190b8ae4 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 19 Nov 2025 12:55:59 -0500 Subject: [PATCH 2/2] Update flake.lock --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 77ab01afa..903d2f00f 100644 --- a/flake.lock +++ b/flake.lock @@ -35,16 +35,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1756266583, - "narHash": "sha256-cr748nSmpfvnhqSXPiCfUPxRz2FJnvf/RjJGvFfaCsM=", + "lastModified": 1763334038, + "narHash": "sha256-LBVOyaH6NFzQ3X/c6vfMZ9k4SV2ofhpxeL9YnhHNJQQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8a6d5427d99ec71c64f0b93d45778c889005d9c2", + "rev": "4c8cdd5b1a630e8f72c9dd9bf582b1afb3127d2c", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" }