__flattenIncludeHackHook

flatten-include-hack-hook 26.05pre-git

MIT License
programs: -
View source on NixOS/nixpkgs →

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