We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6703f40 commit ef9c68bCopy full SHA for ef9c68b
pkgs/by-name/vt/vtsls/package.nix
@@ -4,6 +4,7 @@
4
fetchFromGitHub,
5
nodejs_22,
6
gitMinimal,
7
+ gitSetupHook,
8
pnpm_8,
9
nix-update-script,
10
}:
@@ -24,6 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
24
25
nodejs_22
26
# patches are applied with git during build
27
gitMinimal
28
+ gitSetupHook
29
pnpm_8.configHook
30
];
31
@@ -50,10 +52,6 @@ stdenv.mkDerivation (finalAttrs: {
50
52
buildPhase = ''
51
53
runHook preBuild
54
- # During build vtsls needs a working git installation.
- git config --global user.name nixbld
55
- git config --global user.email [email protected]
56
-
57
# during build this sha is used as a marker to skip applying patches and
58
# copying files, which doesn't matter in this case
59
echo "dummysha" > ./packages/service/HEAD
0 commit comments