x86-ify devChecks
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
c482601655
commit
f5dc1046eb
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user