From 5416271127808f58005719d6d9e87dad98ff641c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Sun, 18 Jan 2026 16:36:05 -0500 Subject: [PATCH] readme: update warning about nixpkgs input override (#208) --- .github/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index c365fcf..096f457 100644 --- a/.github/README.md +++ b/.github/README.md @@ -23,8 +23,7 @@ inputs = { zen-browser = { url = "github:0xc000022070/zen-browser-flake"; inputs = { - # IMPORTANT: we're using "libgbm" and it is only available in unstable so ensure - # to have it up-to-date or simply don't specify the nixpkgs input + # IMPORTANT: To ensure compatibility with the latest Firefox version, use nixpkgs-unstable. nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager"; };