mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nerdfonts: fix wrong attribute name in error message
This commit is contained in:
parent
5731d41e47
commit
19d211f0c3
1 changed files with 2 additions and 2 deletions
|
@ -874,10 +874,10 @@ mapAliases {
|
|||
fonts.packages = [
|
||||
...
|
||||
pkgs.nerd-fonts._0xproto
|
||||
pkgs.nerd-fonts.droid_sans_mono
|
||||
pkgs.nerd-fonts.droid-sans-mono
|
||||
]
|
||||
or for all fonts
|
||||
font.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts)
|
||||
fonts.packages = [ ... ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts)
|
||||
''; # Added 2024-11-09
|
||||
newlibCross = newlib; # Added 2024-09-06
|
||||
newlib-nanoCross = newlib-nano; # Added 2024-09-06
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue