ci: rename: pre-build -> set up cachix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-05-21 20:32:15 +02:00
parent 9f37caad91
commit 269ead9d22
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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",