mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
pkgs: Made git-crypt installable
This commit is contained in:
parent
7c73dc227b
commit
4eaffab2f3
|
@ -12395,7 +12395,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 a new issue