__flattenIncludeHackHook
flatten-include-hack-hook 26.05pre-git
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ __flattenIncludeHackHook ];
Ad-hoc shell
nix-shell -p __flattenIncludeHackHook
Flake (nix run)
nix run nixpkgs#__flattenIncludeHackHook