Skip to content

Commit

Permalink
Manual flake.lock update to hopefully fix CI
Browse files Browse the repository at this point in the history
And add nix-flake as a new dependency for the Nix FFI, since it was
modularized upstream in latest Nix versions and thus need to be
mentioned explicitly now.
  • Loading branch information
yannham committed Jul 4, 2024
1 parent 4b4d97f commit c8f6383
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn main() {
use cxx_build::CFG;
use std::path::PathBuf;

for lib in &["nix-store", "nix-cmd", "nix-expr", "nix-main"] {
for lib in &["nix-store", "nix-cmd", "nix-expr", "nix-main", "nix-flake"] {
let lib = pkg_config::Config::new()
.atleast_version("2.16.0")
.probe(lib)
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8f6383

Please sign in to comment.