diff --git a/flake.nix b/flake.nix index effa4af..8bf4926 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ let b = builtins; lib = nixpkgs.lib; - supportedSystems = [ "x86_64-linux" "x86_64-darwin" ]; + supportedSystems = lib.systems.supported.hydra; forAllSystems = f: lib.genAttrs supportedSystems (system: f system (import nixpkgs { inherit system; })); in