From 6640fcbe8c237d2b4b872758b9161dc3eb57f760 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:42:47 +0100 Subject: [PATCH] Use the stable channel --- tests/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/flake.nix b/tests/flake.nix index 270ddcc..41b5ff3 100644 --- a/tests/flake.nix +++ b/tests/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = { url = "github:oxalica/rust-overlay";