From 79c4067f67af351e469b08f184f83089a8142c2a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 12:37:20 -0500 Subject: [PATCH] switch to unstable --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f61c113..21e3f7e 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ website = { url = "git+https://git.tfcconnection.org/TFC/tfcconnection"; # url = "path:/tfcconnection"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; }; };