Skip to content

Commit

Permalink
Build for x86_64-{linux,darwin}
Browse files Browse the repository at this point in the history
  • Loading branch information
Shay Bergmann committed Oct 20, 2020
1 parent b5c35e2 commit 376aa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -19,7 +19,7 @@
};

outputs = { self, nixpkgs, utils, ... }:
(utils.lib.eachDefaultSystem (system: rec {
(utils.lib.eachSystem [ "x86_64-linux" "x86_64-darwin" ] (system: rec {
overlay = import ./overlay.nix { inherit system self; };

legacyPackages = import nixpkgs {
Expand Down

0 comments on commit 376aa41

Please sign in to comment.