From b063920d2376dd702c5b8ea852c1c74bab6be670 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 24 Feb 2024 07:30:00 -0500 Subject: [PATCH] ci: move haskell-flake --- flake.nix | 5 ----- systems/darwin/ci.nix | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 010ba49..e3af78a 100644 --- a/flake.nix +++ b/flake.nix @@ -80,15 +80,10 @@ inputs.sops-nix.nixosModules.sops ./systems/here.nix ./nixos/server/harden.nix - ./nixos/easy-github-runners.nix ]; sops.defaultSopsFile = ./secrets.json; sops.defaultSopsFormat = "json"; services.tailscale.enable = true; - services.easy-github-runners = { - # TODO: move to macOS runner, after figuring how to run tests (in Nix?) - "srid/haskell-flake" = { }; - }; }; immediacy = self.nixos-flake.lib.mkLinuxSystem { diff --git a/systems/darwin/ci.nix b/systems/darwin/ci.nix index 31910e3..32315d0 100644 --- a/systems/darwin/ci.nix +++ b/systems/darwin/ci.nix @@ -35,6 +35,10 @@ url = "https://github.com/srid/nixos-flake"; num = 3; }; + haskell-flake = { + url = "https://github.com/srid/haskell-flake"; + num = 2; + }; }; }; in