ci: move haskell-flake

This commit is contained in:
Sridhar Ratnakumar 2024-02-24 07:30:00 -05:00
parent 2c191da16d
commit b063920d23
2 changed files with 4 additions and 5 deletions

View file

@ -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 {

View file

@ -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