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 {
name = "devChecks";
constituents = [
formatter
devShells
checks
formatter.x86_64-linux
devShells.x86_64-linux
checks.x86_64-linux
];
};
}