about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorSoner Sayakci <s.sayakci@shopware.com>2023-06-01 23:17:38 +0200
committerSoner Sayakci <s.sayakci@shopware.com>2023-06-02 09:14:49 +0200
commit94923b5c843e6dfd55c5c8830c7728052afc920b (patch)
tree8c394b7b74a2d358868e33f67b9fcf6e2de79b22 /pkgs/top-level/all-packages.nix
parentd0f6d734b23e6c85772f92f06ced35945d46d571 (diff)
git-credential-oauth: init at 0.7.0
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index bfc06d3f71d5c..48f7abaae2bfc 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1980,6 +1980,8 @@ with pkgs;
     inherit (darwin.apple_sdk.frameworks) DiskArbitration Foundation;
   };
 
+  git-credential-oauth = callPackage ../applications/version-management/git-credential-oauth { };
+
   git-crypt = callPackage ../applications/version-management/git-crypt { };
 
   git-delete-merged-branches = callPackage ../applications/version-management/git-delete-merged-branches { };