add nixpkgs channel

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-28 08:32:44 +01:00
parent 9b1813c3df
commit 4df006e366
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -18,6 +18,7 @@ steps:
- name: Update mastodon-glitch
image: nixery.dev/shell/bundix/yarn2nix/yarn/nix-prefetch-git/jq/gnugrep/gnused/nix
commands:
- nix-shell --add https://nixos.org/channels/unstable-small nixpkgs
- (cd mastodon && bash ./update.sh)
environment:
USER: nobody
@ -26,6 +27,7 @@ steps:
- name: Update matrix-media-repo
image: nixery.dev/shell/nix-prefetch-git/jq/gnugrep/gnused/nix
commands:
- nix-shell --add https://nixos.org/channels/unstable-small nixpkgs
- (cd matrix/matrix-media-repo && bash ./update.sh)
environment:
USER: nobody
@ -34,6 +36,7 @@ steps:
- name: Update mautrix-whatsapp
image: nixery.dev/shell/nix-prefetch-git/jq/gnugrep/gnused/nix
commands:
- nix-shell --add https://nixos.org/channels/unstable-small nixpkgs
- (cd matrix/mautrix-whatsapp && bash ./update.sh)
environment:
USER: nobody