-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
windows11-fonts: init at 10.0.22631.2428-2, windows10-fonts: init at 10.0.19045.2006-1 #313500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f478b0c
to
1bb414b
Compare
# To select only certain languages, put a list of strings to `languages`: every key in | ||
# ./${pname}-languages.nix is an optional language | ||
languages ? [ ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's more recommand to use outputs
, see: https://ryantm.github.io/nixpkgs/stdenv/multiple-output/
example here: https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/sh/shanggu-fonts/package.nix
meta = { | ||
description = "Some TrueType fonts from ${desc} (Arial, Bahnschrift, Calibri, Cambria, Candara, Consolas, Constantia...)"; | ||
homepage = "https://learn.microsoft.com/typography/"; | ||
license = lib.licenses.unfree; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any EULA?
windows11 = windows-fonts { | ||
pname = "windows11-fonts"; | ||
version = "10.0.22631.2428-2"; | ||
url = "https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/22631.2428.231001-0608.23H2_NI_RELEASE_SVC_REFRESH_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Download a whole ISO may put a heavy burden on hydra
Otherwise, remote builds are used for trivial format conversions.
The first mirror is not rejecting, but timing out the connection. This causes hydra to timeout the build. Let's use github source instead.
liquidpromptrc-dist and liquid.theme are not available anymore generate liquidpromptrc-dist from the docs install themes and contributed presets
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
It looks like you accidentally mass-pinged a bunch of people, which are now subscribed Please create a new pull request, link back to this one and ping the In order to avoid this in the future, there are instructions for how to properly |
Description of changes
I want to add windows fonts, just like vista-fonts and ttf-ms-win11-auto
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.