From 5606c3b16649defd5e3b0ca2bad6f559b994f2a6 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Sat, 31 Dec 2022 14:06:17 +0000
Subject: [PATCH] remove horizon-gen-gitlab-ci app

---
 flake.nix | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/flake.nix b/flake.nix
index b0981578..1e683dba 100644
--- a/flake.nix
+++ b/flake.nix
@@ -56,8 +56,6 @@
             && v.meta.broken == false)
           legacyPackages;
 
-        horizon-gen-gitlab-ci = writeBashBin "gen-gitlab-ci" "${pkgs.dhall-json}/bin/dhall-to-yaml --file .gitlab-ci.dhall";
-
         run-impure-tests = writePorcelainOrDieBin {
           name = "run-impure-tests";
           src = ./.;
@@ -86,11 +84,6 @@
             program = "${horizon-gen-nix}/bin/horizon-gen-nix";
           };
 
-          horizon-gen-gitlab-ci = {
-            type = "app";
-            program = "${horizon-gen-gitlab-ci}/bin/gen-gitlab-ci";
-          };
-
           procex = {
             type = "app";
             program = "${procex}/bin/procex-shell";
-- 
GitLab