Skip to content

Commit eddbe13

Browse files
authored
fix nix flake check in c (indexable-inc#234)
1 parent feca50b commit eddbe13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2938,7 +2938,7 @@ let
29382938
message = "cargo-unit workspaces should expose a clippy policy check by default";
29392939
}
29402940
{
2941-
assertion = cargoUnitWorkspace.policy.clippy.package.pname == "llm-clippy";
2941+
assertion = cargoUnitWorkspace.policy.clippy.package.unchecked.pname == "llm-clippy";
29422942
message = "cargo-unit clippy checks should use llm-clippy by default";
29432943
}
29442944
{
@@ -3071,7 +3071,7 @@ let
30713071
message = "repo Rust packages should expose clippy policy checks by default";
30723072
}
30733073
{
3074-
assertion = repoPackages.minecraft-nbt.passthru.policy.clippy.package.pname == "llm-clippy";
3074+
assertion = repoPackages.minecraft-nbt.passthru.policy.clippy.package.unchecked.pname == "llm-clippy";
30753075
message = "repo Rust clippy checks should use llm-clippy by default";
30763076
}
30773077
{

0 commit comments

Comments
 (0)