From 06330cc794e401e0e5a993479692adf67583ab55 Mon Sep 17 00:00:00 2001
From: Update Bot <update-bot@private.storage>
Date: Fri, 22 Jul 2022 13:07:17 -0400
Subject: [PATCH] every job must have a stage, it seems

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb47e650..3886ea99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -169,6 +169,7 @@ deploy-to-production:
 
 update-nixpkgs:
   <<: *RUN_ON_SCHEDULE
+  stage: "build"
   script:
     - |
       ./ci-tools/with-ssh-agent \
-- 
GitLab