readme: update warning about nixpkgs input override (#208)

This commit is contained in:
Luis Quiñones
2026-01-18 16:36:05 -05:00
committed by GitHub
parent 6bd2bab336
commit 5416271127

3
.github/README.md vendored
View File

@@ -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";
};