x86-ify devChecks

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-07-07 21:52:11 -04:00 committed by Alice Huston
parent c482601655
commit f5dc1046eb

View File

@ -19,9 +19,9 @@ rec {
devChecks = pkgs.releaseTools.aggregate { devChecks = pkgs.releaseTools.aggregate {
name = "devChecks"; name = "devChecks";
constituents = [ constituents = [
formatter formatter.x86_64-linux
devShells devShells.x86_64-linux
checks checks.x86_64-linux
]; ];
}; };
} }