Skip to content

Commit

Permalink
treewide: move to fetchCargoVendor
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Nov 23, 2024
1 parent 4621aec commit 6c01aae
Show file tree
Hide file tree
Showing 23 changed files with 35 additions and 27,516 deletions.
1 change: 1 addition & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ let
# Magic helper for _git packages.
gitOverride = import ../shared/git-override.nix {
inherit (final) lib callPackage fetchFromGitHub fetchFromGitLab;
inherit (final.rustPlatform) fetchCargoVendor;
nyx = self;
fetchRevFromGitHub = final.callPackage ../shared/github-rev-fetcher.nix { };
fetchRevFromGitLab = final.callPackage ../shared/gitlab-rev-fetcher.nix { };
Expand Down
2 changes: 1 addition & 1 deletion pkgs/alacritty-git/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"version": "unstable-20241102214347-1063706",
"rev": "1063706f8e8a84139e5d2b464a4978e9d840ea17",
"hash": "sha256-Ni0N3U6i/Rtnyi+HFHZcOEuurohNb4zsvRL/+wG0vXk=",
"cargoHash": "sha256-vvgayvyPpGHqNztMSUNRu//X13yz9UNwwrwu5vEMhe8="
"cargoHash": "sha256-HbrCJan6fjv8AcirmlpH64xOk1tc+KPwwTbZS2Mc6IE="
}
Loading

1 comment on commit 6c01aae

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (362 not suitable for building)

Please sign in to comment.