mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #13841 from eskimor/add-git-crypt
pkgs: Made git-crypt installable
This commit is contained in:
commit
bbe1adaf75
@ -12397,7 +12397,7 @@ let
|
||||
|
||||
gitAndTools = recurseIntoAttrs (callPackage ../applications/version-management/git-and-tools {});
|
||||
|
||||
inherit (gitAndTools) git gitFull gitSVN git-cola svn2git git-radar transcrypt;
|
||||
inherit (gitAndTools) git gitFull gitSVN git-cola svn2git git-radar transcrypt git-crypt;
|
||||
|
||||
gitMinimal = git.override {
|
||||
withManual = false;
|
||||
|
Loading…
Reference in New Issue
Block a user