Remove ci-runner module

This commit is contained in:
Greg Hellings
2024-01-03 12:45:16 -06:00
parent 702d522ee2
commit 6bf3f7df6e
3 changed files with 1 additions and 103 deletions
-1
View File
@@ -5,7 +5,6 @@ let
system = pkgs.system; in
{
imports = [
./ci-runner.nix
]
++ (if (lib.strings.hasSuffix "darwin" "nope") then [./darwin] else [])
++ (if (lib.strings.hasSuffix "linux" "linux") then [./linux] else []);