diff --git a/flake.nix b/flake.nix index 8e0a799..2a04005 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small"; outputs = { self, nixpkgs }: let - systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]; + systems = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system); in { exporters = forAllSystems (system: let