From fcb7c254e2fe2a600e9e5daf0f3cc3e754e46649 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 17 Apr 2024 21:13:55 -0400 Subject: [PATCH] refactor hydra jobs Signed-off-by: ahuston-0 --- hydra.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 hydra.nix 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; -}