Skip to content
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

gitAndTools.pass-git-helper: init at 0.4 #47056

Merged
merged 2 commits into from Sep 26, 2018
Merged

Conversation

vanzef
Copy link
Contributor

@vanzef vanzef commented Sep 20, 2018

Motivation for this change

Adding pass integration for git credentials.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

{ stdenv, buildPythonPackage, isPy3k, fetchFromGitHub, pyxdg }:

buildPythonPackage rec {
pname = "git-pass-helper";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We put most git related packages into pkgs/applications/version-management/git-and-tools. Would this one fit there too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess so. Moved.

@@ -0,0 +1,24 @@
{ stdenv, buildPythonPackage, isPy3k, fetchFromGitHub, pyxdg }:

buildPythonPackage rec {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay. Now we have to decide if it is a python package that you want to use a dependency or an application where we use the executable from. This seems to be the latter one. In this case use buildPythonApplication and reference it in pkgs/applications/version-management/git-and-tools/default.nix. It will be then exposed as gitAndTools.pass-git-helper.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I delete the reference from /pkgs/top-level/python-packages.nix then?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

{ stdenv, buildPythonPackage, isPy3k, fetchFromGitHub, pyxdg }:

buildPythonPackage rec {
pname = "git-pass-helper";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass-git-helper instead of git-pass-helper?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, you are right.

@Mic92 Mic92 changed the title pass-git-helper: init at 0.4 gitAndTools.pass-git-helper: init at 0.4 Sep 26, 2018
@Mic92 Mic92 merged commit 82f2ae0 into NixOS:master Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants