1 { rustPlatform, lib, fetchFromGitHub, nixosTests }:
2 rustPlatform.buildRustPackage rec {
5 src = fetchFromGitHub {
9 hash = "sha256-kOfnKguvJQHW/AfQOetxVefjoEj7ec5ew6fumhOwP08=";
11 cargoHash = "sha256-isx4jBsA3HX6124R3qtwTqH5fLTAP7xdQD5bTzCAybo=";
14 envfs = nixosTests.envfs;
18 ln -s envfs $out/bin/mount.envfs
19 ln -s envfs $out/bin/mount.fuse.envfs
22 description = "Fuse filesystem that returns symlinks to executables based on the PATH of the requesting process";
23 homepage = "https://github.com/Mic92/envfs";
24 license = licenses.mit;
25 maintainers = with maintainers; [ mic92 ];
26 platforms = platforms.linux;