services.envfs.extraFallbackPathCommands

Extra commands to run in the package that contains fallback executables in case not other executable is found

Type
strings concatenated with "\n"
Default
""
Example
"ln -s $''{pkgs.bash}/bin/bash $out/bash"
Declared
<nixpkgs/nixos/modules/tasks/filesystems/envfs.nix>