Remix.run Logo
bpye 3 days ago

> What if I want to install/configure something that hasn't been Nix-ified?

You can setup an FHS environment, this is often the strategy used when packaging closed-source binary packages. An example in nixpkgs is steam-run [0], I also used a similar approach to package Xilinx ISE [1] in a flake.

[0] - https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by...

[1] - https://github.com/benpye/nix-fpga-tools