some fixes

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-28 08:59:49 +01:00
parent 655629b621
commit db9f5c78e7
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -18,7 +18,7 @@ steps:
- name: Update mastodon-glitch
image: nixery.dev/shell/bundix/yarn2nix/yarn/nix-prefetch-git/jq/gnugrep/gnused/nix
commands:
- nix-channel --add https://nixos.org/channels/unstable-small nixpkgs
- nix-channel --add https://nixos.org/channels/nixpkgs-unstable-small nixpkgs
- (cd mastodon && bash ./update.sh)
environment:
USER: nobody
@ -27,7 +27,7 @@ steps:
- name: Update matrix-media-repo
image: nixery.dev/shell/nix-prefetch-git/jq/gnugrep/gnused/nix
commands:
- nix-channel --add https://nixos.org/channels/unstable-small nixpkgs
- mkdir /etc/nix
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- (cd matrix/matrix-media-repo && bash ./update.sh)
environment:
@ -37,7 +37,7 @@ steps:
- name: Update mautrix-whatsapp
image: nixery.dev/shell/nix-prefetch-git/jq/gnugrep/gnused/nix
commands:
- nix-channel --add https://nixos.org/channels/unstable-small nixpkgs
- mkdir /etc/nix
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- (cd matrix/mautrix-whatsapp && bash ./update.sh)
environment: