-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
git-dump: init at 1.0.8 #388988
base: master
Are you sure you want to change the base?
git-dump: init at 1.0.8 #388988
Conversation
A tool to dump a git repository from a website.
src = fetchFromGitHub { | ||
owner = "arthaud"; | ||
repo = "git-dumper"; | ||
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; | |
tag = version; |
]; | ||
|
||
meta = { | ||
description = "A tool to dump a git repository from a website"; |
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.
description = "A tool to dump a git repository from a website"; | |
description = "Tool to dump a git repository from a website"; |
|
||
meta = { | ||
description = "A tool to dump a git repository from a website"; | ||
homepage = "https://github.com/arthaud/git-dumper"; |
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.
homepage = "https://github.com/arthaud/git-dumper"; | |
homepage = "https://github.com/arthaud/git-dumper"; | |
changelog = "https://github.com/arthaud/git-dumper/releases/tag/${version}"; |
|
fetchFromGitHub, | ||
}: | ||
|
||
python3.pkgs.buildPythonApplication 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.
python3.pkgs.buildPythonApplication rec { | |
buildPythonApplication rec { |
using python3.pkgs pins the derivation to a certain python version which is not ideal
}; | ||
|
||
build-system = [ | ||
python3.pkgs.setuptools |
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.
same here, use python3Packages.setuptools
python3.pkgs.setuptools | ||
]; | ||
|
||
dependencies = with python3.pkgs; [ |
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.
same here
Git dumper: A tool to dump a git repository from a website.
https://github.com/arthaud/git-dumper
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.