Skip to content

Commit

Permalink
tabby-terminal: use shallow clone instead of deep
Browse files Browse the repository at this point in the history
  • Loading branch information
geodic committed Dec 26, 2024
1 parent 59ffd14 commit 420ab09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/ta/tabby-terminal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ let
owner = "Eugeny";
repo = "tabby";
tag = "v${version}";
hash = "sha256-0yItlAbHqAZzrHiuAVWfcqIjcRAW+VtnRN7HWAKNsAw=";
hash = "sha256-JLOVw2B3bTOcjE2qVId8pITqy0KgxegXLsFky6ggs3E=";
leaveDotGit = true;
deepClone = true;
};
patches = [
./fix-deps-for-new-electron.patch
Expand Down Expand Up @@ -120,6 +119,8 @@ let
runHook preConfigure
export buildDir=$PWD
git tag ${version}
''
# Loop through all the yarn caches and install the deps for the respective package
+ builtins.concatStringsSep "\n" (
Expand Down

0 comments on commit 420ab09

Please sign in to comment.