1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 04:56:12 +03:00

nix: allowBuiltinFetchGit = true

This commit is contained in:
mirror-kt 2024-05-13 13:54:13 +09:00 committed by Wez Furlong
parent ccc32faaba
commit b1af9e873b

View File

@ -105,10 +105,7 @@
cargoLock = {
lockFile = ../Cargo.lock;
outputHashes = {
"xcb-imdkit-0.3.0" = "sha256-fTpJ6uNhjmCWv7dZqVgYuS2Uic36XNYTbqlaly5QBjI=";
"sqlite-cache-0.1.3" = "sha256-sBAC8MsQZgH+dcWpoxzq9iw5078vwzCijgyQnMOWIkk";
};
allowBuiltinFetchGit = true;
};
preConfigure = ''