diff --git a/flake.nix b/flake.nix index b2d0be88..6cd7373c 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ outputs = inputs@{ self, nixpkgs }: let # Support the same list of systems as upstream. - systems = lib.systems.supported.hydra; + systems = lib.systems.flakeExposed; lib = nixpkgs.lib;