From 6f2c8312cc4995ae90ab28cacd24b27f51b0082f Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Sun, 1 Jan 2023 18:20:16 +1000
Subject: [PATCH] ci.sh: drop

---
 README.md | 1 -
 ci.sh     | 5 -----
 2 files changed, 6 deletions(-)
 delete mode 100755 ci.sh

diff --git a/README.md b/README.md
index 3504e4b..2f331f2 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,6 @@ Thanks to Cachix for sponsoring our binary cache!
 ## File hierarchy
 
 * ./build\d+ - build machines
-* ./ci.sh - What is executed by CI
 * ./deploy - Deploy script
 * ./roles - shared NixOS configuration modules
 * ./services - single instances of NixOS services
diff --git a/ci.sh b/ci.sh
deleted file mode 100755
index 9a8d8fa..0000000
--- a/ci.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-# Run this command to reproduce CI
-set -euo pipefail
-cd "$(dirname "$0")"
-nix-build --no-out-link ci.nix