Skip to content

Commit

Permalink
Feature: add supported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisJensen95 committed Jan 8, 2024
1 parent dda18ba commit c0c6136
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 @@ -5,7 +5,7 @@
};
outputs = { self, nixpkgs }:
let
supportedSystems = [ "x86_64-linux" "aarch64-darwin" ];
supportedSystems = [ "x86_64-linux" "aarch64-darwin" "aarch64-linux" "x86_64-darwin" ];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
pkgsFor = nixpkgs.legacyPackages;
in {
Expand Down

0 comments on commit c0c6136

Please sign in to comment.