Skip to content

Commit 6e8261f

Browse files
committed
rm comma
1 parent 974084c commit 6e8261f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
lib = nixpkgs.lib;
1919

2020
hydraJobs = nixpkgs.lib.genAttrs
21-
[ "x86_64-linux" "x86_64-darwin" "aarch64-darwin", "aarch64-linux" ]
21+
[ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ]
2222
(system: import ./ci/hydra.nix {
2323
inherit system;
2424
pkgs = self.legacyPackages.${system};

0 commit comments

Comments
 (0)