Mic92 / envfs

Fuse filesystem that returns symlinks to executables based on the PATH of the requesting process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Cargo.lock file is missing for the build

NicolasGuilloux opened this issue · comments

Hi! :)

The import fails to build the derivation because it fails to locate the Cargo.lock. Do you know how to fix that?

ERROR: The Cargo.lock file doesn't exist

Cargo.lock is needed to make sure that cargoSha256 doesn't change
when the registry is updated.

builder for '/nix/store/l1w9wp7whiy7fjrics2b2wb0ha1bbrly-envfs-0.0.1-vendor.tar.gz.drv' failed with exit code 1
cannot build derivation '/nix/store/w4v3rf1na2ddqmkfh68y5y3zxry3kdy2-envfs-0.0.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/lrn0mflw7mjnlyyjrfgzvc5ym2lv80i8-system-path.drv': 1 dependencies couldn't be built

Working on a fix here: #12

It works! Thanks a lot <3