-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
lora: init at v3.005 #350536
lora: init at v3.005 #350536
Conversation
9d6b559
to
ffdf1ac
Compare
nix-update-script, | ||
}: | ||
|
||
stdenvNoCC.mkDerivation rec { |
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.
stdenvNoCC.mkDerivation rec { | |
stdenvNoCC.mkDerivation (finalAttrs: { |
src = fetchFromGitHub { | ||
owner = "cyrealtype"; | ||
repo = "lora"; | ||
rev = version; |
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.
rev = version; | |
rev = finalAttrs.version; |
platforms = platforms.all; | ||
maintainers = with maintainers; [ ofalvai ]; | ||
}; | ||
} |
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.
runHook postInstall | ||
''; | ||
|
||
meta = with lib; { |
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.
meta = with lib; { | |
meta = { |
meta = with lib; { | ||
description = "Lora is a well-balanced contemporary serif with roots in calligraphy"; | ||
homepage = "https://github.com/cyrealtype/lora"; | ||
license = licenses.ofl; |
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.
license = licenses.ofl; | |
license = lib.licenses.ofl; |
description = "Lora is a well-balanced contemporary serif with roots in calligraphy"; | ||
homepage = "https://github.com/cyrealtype/lora"; | ||
license = licenses.ofl; | ||
platforms = platforms.all; |
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.
platforms = platforms.all; | |
platforms = lib.platforms.all; |
homepage = "https://github.com/cyrealtype/lora"; | ||
license = licenses.ofl; | ||
platforms = platforms.all; | ||
maintainers = with maintainers; [ ofalvai ]; |
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.
maintainers = with maintainers; [ ofalvai ]; | |
maintainers = with lib.maintainers; [ ofalvai ]; |
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.