Skip to content

Commit

Permalink
rm comma
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jan 19, 2025
1 parent 974084c commit 6e8261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
lib = nixpkgs.lib;

hydraJobs = nixpkgs.lib.genAttrs
[ "x86_64-linux" "x86_64-darwin" "aarch64-darwin", "aarch64-linux" ]
[ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ]
(system: import ./ci/hydra.nix {
inherit system;
pkgs = self.legacyPackages.${system};
Expand Down

0 comments on commit 6e8261f

Please sign in to comment.