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 {
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user