readme: warn about libgbm when overriding nixpkgs input
Closes https://github.com/0xc000022070/zen-browser-flake/issues/32.
This commit is contained in:
7
.github/README.md
vendored
7
.github/README.md
vendored
@@ -28,7 +28,12 @@ Just add it to your NixOS `flake.nix` or home-manager:
|
||||
|
||||
```nix
|
||||
inputs = {
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
zen-browser = {
|
||||
url = "github:0xc000022070/zen-browser-flake";
|
||||
# IMPORTANT: we're using "libgbm" and is only available in unstable so ensure
|
||||
# to have it up to date or simply don't specify the nixpkgs input
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user