You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ nix-build
these derivations will be built:
/nix/store/1mpncphldl45fha4ada78qn1fqb9jssg-zig.drv
/nix/store/kvb6dywmgcvkgmw2rrxa93q7p7i8z1vf-zls.drv
building '/nix/store/1mpncphldl45fha4ada78qn1fqb9jssg-zig.drv'...
unpacking sources
unpacking source archive /nix/store/fj6swr5d1iffkirsd522swvdmagwf87y-zig-linux-x86_64-0.8.0-dev.2275+8467373bb.tar.xz
source root is zig-linux-x86_64-0.8.0-dev.2275+8467373bb
setting SOURCE_DATE_EPOCH to timestamp 1621240735 of file zig-linux-x86_64-0.8.0-dev.2275+8467373bb/docs/std/data.js
patching sources
installing
mv: cannot stat 'langref.html': No such file or directory
builder for'/nix/store/1mpncphldl45fha4ada78qn1fqb9jssg-zig.drv' failed with exit code 1
cannot build derivation '/nix/store/kvb6dywmgcvkgmw2rrxa93q7p7i8z1vf-zls.drv': 1 dependencies couldn't be builterror: build of '/nix/store/kvb6dywmgcvkgmw2rrxa93q7p7i8z1vf-zls.drv' failed
My <nixpkgs> is on 21.05pre289229.65a9923bbb9.
The text was updated successfully, but these errors were encountered:
bnjmnt4n
added a commit
to bnjmnt4n/zls
that referenced
this issue
Jun 5, 2021
The older version of `zig-overlay` used was unable to handle the newer
directory layout of Zig tarballs, so `zig-overlay` has been updated and
is currently using a `master` version of Zig.
Additionally, `zls.json` was removed since `zls` will now only look for
it in local or global configuration folders.
Closeszigtools#330.
My
<nixpkgs>
is on21.05pre289229.65a9923bbb9
.The text was updated successfully, but these errors were encountered: