A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

attic/build.rs: Fix filename in workaround comment

+1 -1
+1 -1
attic/build.rs
··· 24 24 .flag("nix/config.h") 25 25 .flag("-idirafter") 26 26 .flag(hacky_include.path().to_str().unwrap()) 27 - // 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 27 + // 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 28 28 .flag("-I") 29 29 .flag(concat!(env!("NIX_INCLUDE_PATH"), "/nix")) 30 30 .compile("nixbinding");