diff --git a/hydra.nix b/hydra.nix deleted file mode 100644 index 43a67f5..0000000 --- a/hydra.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ inputs, outputs }: -let - inherit (inputs.nixpkgs.lib) mapAttrs; - - getCfg = _: cfg: cfg.config.system.build.toplevel; -in -{ - hosts = mapAttrs getCfg outputs.nixosConfigurations; - formatter = outputs.formatter; -}