···2424 .flag("nix/config.h")
2525 .flag("-idirafter")
2626 .flag(hacky_include.path().to_str().unwrap())
2727- // In Nix 2.19+, nix/args/root.hh depends on being able to #include "root.hh" (which is in its parent directory), for some reason
2727+ // In Nix 2.19+, nix/args/root.hh depends on being able to #include "args.hh" (which is in its parent directory), for some reason
2828 .flag("-I")
2929 .flag(concat!(env!("NIX_INCLUDE_PATH"), "/nix"))
3030 .compile("nixbinding");