mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
ci: move haskell-flake
This commit is contained in:
parent
2c191da16d
commit
b063920d23
2 changed files with 4 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue