don’t fail if /etc/nix exists

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-28 10:19:03 +01:00
parent 8e8d14d759
commit 4fc2558faa
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -26,7 +26,7 @@ steps:
- name: Update matrix-media-repo
image: nixos/nix
commands:
- mkdir /etc/nix
- mkdir -p /etc/nix
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- (cd matrix/matrix-media-repo && ./update.sh)
environment:
@ -36,7 +36,7 @@ steps:
- name: Update mautrix-whatsapp
image: nixos/nix
commands:
- mkdir /etc/nix
- mkdir -p /etc/nix
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- (cd matrix/mautrix-whatsapp && ./update.sh)
environment: