ci: rename: pre-build -> set up cachix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9f37caad91
commit
269ead9d22
@ -161,7 +161,7 @@ def main(ctx):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pre-build",
|
"name": "set up cachix",
|
||||||
"image": "docker.io/immawanderer/nix-cachix-glibc",
|
"image": "docker.io/immawanderer/nix-cachix-glibc",
|
||||||
"pull": "if-not-exists",
|
"pull": "if-not-exists",
|
||||||
# "depends_on": ["nixpkgs-fmt", "statix"],
|
# "depends_on": ["nixpkgs-fmt", "statix"],
|
||||||
@ -181,7 +181,7 @@ def main(ctx):
|
|||||||
"image": "docker.io/nixos/nix:2.8.0-amd64",
|
"image": "docker.io/nixos/nix:2.8.0-amd64",
|
||||||
"pull": "if-not-exists",
|
"pull": "if-not-exists",
|
||||||
# "depends_on": ["nix flake check", "statix", "pre-build"],
|
# "depends_on": ["nix flake check", "statix", "pre-build"],
|
||||||
"depends_on": ["nix flake check", "pre-build"],
|
"depends_on": ["nix flake check", "set up cachix"],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"name": "nix",
|
"name": "nix",
|
||||||
|
Loading…
Reference in New Issue
Block a user