prepend nixpkgs to skopeo
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
3ab8727ab8
commit
b776ffc214
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ steps:
|
|||
- echo "substituters = https://cache.nixos.org/ https://f000.backblazeb2.com/file/cache-chir-rs/" >> /etc/nix/nix.conf
|
||||
- echo "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nixcache:8KKuGz95Pk4UJ5W/Ni+pN+v+LDTkMMFV4yrGmAYgkDg= hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" >> /etc/nix/nix.conf
|
||||
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||
- nix-env -iA skopeo
|
||||
- nix-env -iA nixpkgs.skopeo
|
||||
- $(nix build '.#buildImage') | skopeo copy --creds=gitea-bot:$GITEA_KEY docker://git.chir.rs/darkkirb/nix-containers:buildImage
|
||||
environment:
|
||||
GITEA_KEY:
|
||||
|
|
Loading…
Reference in a new issue