Skip to content

Commit

Permalink
Restrict supported systems
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jul 5, 2024
1 parent df4445d commit d123640
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 @@

outputs = inputs:
let
supportedSystems = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" "aarch64-linux" ];
supportedSystems = [ "aarch64-darwin" ];
forEachSupportedSystem = f: inputs.nixpkgs.lib.genAttrs supportedSystems (system: f {
pkgs = import inputs.nixpkgs {
inherit system;
Expand Down

0 comments on commit d123640

Please sign in to comment.