This commit is contained in:
Mitchell Hashimoto
2024-09-10 11:23:50 -07:00
parent 8502034dae
commit b7c9dafab3

View File

@ -595,6 +595,7 @@ sudo apt install libgtk-4-dev libadwaita-1-dev git
> >
> To fix this, you might need to manually tie the `nixpkgs-stable` inputs to your > To fix this, you might need to manually tie the `nixpkgs-stable` inputs to your
> system's `nixpkgs` in `flake.nix`: > system's `nixpkgs` in `flake.nix`:
>
> ```nix > ```nix
> { > {
> inputs = { > inputs = {
@ -604,6 +605,7 @@ sudo apt install libgtk-4-dev libadwaita-1-dev git
> nixpkgs-stable.url = "nixpkgs"; > nixpkgs-stable.url = "nixpkgs";
> } > }
> } > }
> ```
On Arch Linux, use On Arch Linux, use