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 797ee06 commit eae90bbCopy full SHA for eae90bb
pkgs/by-name/ya/yaml-language-server/package.nix
@@ -5,6 +5,7 @@
5
fixup-yarn-lock,
6
makeWrapper,
7
nodejs,
8
+ writableTmpDirAsHomeHook,
9
stdenv,
10
yarn,
11
}:
@@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
30
31
fixup-yarn-lock
32
yarn
33
nodejs
34
+ writableTmpDirAsHomeHook
35
];
36
37
# NodeJS is also needed here so that script interpreter get patched
@@ -40,7 +42,6 @@ stdenv.mkDerivation rec {
40
42
configurePhase = ''
41
43
runHook preConfigure
44
- export HOME=$(mktemp -d)
45
yarn config --offline set yarn-offline-mirror "$offlineCache"
46
fixup-yarn-lock yarn.lock
47
yarn --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive install
0 commit comments