We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974084c commit 6e8261fCopy full SHA for 6e8261f
flake.nix
@@ -18,7 +18,7 @@
18
lib = nixpkgs.lib;
19
20
hydraJobs = nixpkgs.lib.genAttrs
21
- [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin", "aarch64-linux" ]
+ [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ]
22
(system: import ./ci/hydra.nix {
23
inherit system;
24
pkgs = self.legacyPackages.${system};
0 commit comments