From 269ead9d2284904759396eb0d2917b5bc9009ca6 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 21 May 2022 20:32:15 +0200 Subject: [PATCH] ci: rename: pre-build -> set up cachix --- .drone.starlark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.starlark b/.drone.starlark index a26d6c2..580c06b 100644 --- a/.drone.starlark +++ b/.drone.starlark @@ -161,7 +161,7 @@ def main(ctx): ] }, { - "name": "pre-build", + "name": "set up cachix", "image": "docker.io/immawanderer/nix-cachix-glibc", "pull": "if-not-exists", # "depends_on": ["nixpkgs-fmt", "statix"], @@ -181,7 +181,7 @@ def main(ctx): "image": "docker.io/nixos/nix:2.8.0-amd64", "pull": "if-not-exists", # "depends_on": ["nix flake check", "statix", "pre-build"], - "depends_on": ["nix flake check", "pre-build"], + "depends_on": ["nix flake check", "set up cachix"], "volumes": [ { "name": "nix",