File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 229229 # Useful for nix repl
230230 inherit pkgs pkgsWithOverlay pkgsForPlutarch ;
231231
232- # Instruction for the Hercules CI to build on x86_64-linux only, to avoid errors about systems without agents.
233- herculesCI . ciSystems = [ "x86_64-linux" ] ;
234-
235232 # Standard flake attributes
236233 packages = coopPlutusFlake . packages // coopPublisherFlake . packages // coopPabFlake . packages // coopHsTypesFlake . packages // {
237234 "coop-plutus-cli" = coopPlutusCli ;
259256 # nix flake check --impure --keep-going --allow-import-from-derivation
260257 checks = renameAttrs ( n : "check-${ n } " )
261258 ( coopPlutusFlake . checks //
262- coopPublisherFlake . checks //
263- coopPabFlake . checks //
264- coopHsTypesFlake . checks //
265- coopExtrasPlutusJsonFlake . checks //
266- coopExtrasJsonFactStatementStoreFlake . checks //
267- cardanoProtoExtrasFlake . checks
259+ coopPublisherFlake . checks //
260+ coopPabFlake . checks //
261+ coopHsTypesFlake . checks //
262+ coopExtrasPlutusJsonFlake . checks //
263+ coopExtrasJsonFactStatementStoreFlake . checks //
264+ cardanoProtoExtrasFlake . checks
268265 ) //
269266 { inherit pre-commit-check ; } // devShells // packages ;
270- } ) ;
267+ } )
268+ // {
269+ # Instruction for the Hercules CI to build on x86_64-linux only, to avoid errors about systems without agents.
270+ herculesCI . ciSystems = [ "x86_64-linux" ] ;
271+ } ;
271272}
You can’t perform that action at this time.
0 commit comments