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 15126d9 commit b6450aaCopy full SHA for b6450aa
yarn2nix.nix
@@ -127,6 +127,11 @@ yarn2nix.mkYarnPackage {
127
128
cd $out/resources/app/
129
unzip ${./nix/windows-usb-libs.zip}
130
+
131
+ # Investigate why this is needed:
132
+ chmod -R +w $out
133
+ mkdir -p $out/resources/app/node_modules/usb-detection/build
134
+ cp $out/resources/app/build/Debug/detection.node $out/resources/app/node_modules/usb-detection/build
135
'' else ''
136
mkdir -pv home/.cache/
137
export HOME=$(realpath home)
0 commit comments