Useful blog: https://l-lin.github.io/nix/running-an-external-binary-on-NixOS#running-using-nix-alien
In R3, we may download binaries which rely on the presence of a FHS environment.
For more complex scenarios with non-typical dependencies, we might want to dynamically use nix-alien to fetch the missing ones, in the case of mods or external components that are not baked directly into the program.
Useful blog: https://l-lin.github.io/nix/running-an-external-binary-on-NixOS#running-using-nix-alien
In R3, we may download binaries which rely on the presence of a FHS environment.
For more complex scenarios with non-typical dependencies, we might want to dynamically use
nix-aliento fetch the missing ones, in the case of mods or external components that are not baked directly into the program.