Skip to content

Commit

Permalink
Bump examples deps (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov authored Dec 16, 2024
1 parent a984d90 commit 82477bb
Show file tree
Hide file tree
Showing 19 changed files with 2,349 additions and 1,602 deletions.
8 changes: 0 additions & 8 deletions checks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -629,14 +629,6 @@ in
fi
'';

# Test building a real world example
ripgrep = myLib.buildPackage {
inherit (pkgs.ripgrep) pname src version;
buildInputs = lib.optionals isDarwin [
pkgs.libiconv
];
};

smoke = callPackage ./smoke.nix { };
smokeSimple = self.smoke [ "simple" ] self.simple;
smokeSimpleGit = self.smoke [ "simple-git" ] self.simpleGit;
Expand Down
1 change: 1 addition & 0 deletions checks/workspace-hack/my-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "0.1.0"
description = "workspace-hack package, managed by hakari"
# You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing.
publish = false
edition = "2018"

# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
# are managed by hakari.
Expand Down
18 changes: 9 additions & 9 deletions examples/cross-rust-overlay/Cargo.lock

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

Loading

0 comments on commit 82477bb

Please sign in to comment.