Skip to content

Commit

Permalink
fixup! reorg
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed Jan 27, 2025
1 parent 28beac3 commit 015fdbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions checks/cargoClippy/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024 Matter Labs
{ teepotCrate }: teepotCrate.craneLib.cargoClippy (
teepotCrate.commonArgs // {
{ teepot }: teepot.teepot.passthru.craneLib.cargoClippy (
teepot.teepot.passthru.commonArgs // {
pname = "teepot";
inherit (teepotCrate) cargoArtifacts;
inherit (teepot.teepot.passthru) cargoArtifacts;
}
)
4 changes: 2 additions & 2 deletions checks/cargoDeny/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024 Matter Labs
{ teepotCrate }: teepotCrate.craneLib.cargoDeny (
teepotCrate.commonArgs // {
{ teepot }: teepot.teepot.passthru.craneLib.cargoDeny (
teepot.teepot.passthru.commonArgs // {
pname = "teepot";
}
)
4 changes: 2 additions & 2 deletions checks/cargoFmt/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024 Matter Labs
{ teepotCrate }: teepotCrate.craneLib.cargoFmt (
teepotCrate.commonArgs // {
{ teepot }: teepot.teepot.passthru.craneLib.cargoFmt (
teepot.teepot.passthru.commonArgs // {
pname = "teepot";
}
)

0 comments on commit 015fdbc

Please sign in to comment.