add nixpkgs channel
This commit is contained in:
parent
9b1813c3df
commit
4df006e366
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,7 @@ steps:
|
||||||
- name: Update mastodon-glitch
|
- name: Update mastodon-glitch
|
||||||
image: nixery.dev/shell/bundix/yarn2nix/yarn/nix-prefetch-git/jq/gnugrep/gnused/nix
|
image: nixery.dev/shell/bundix/yarn2nix/yarn/nix-prefetch-git/jq/gnugrep/gnused/nix
|
||||||
commands:
|
commands:
|
||||||
|
- nix-shell --add https://nixos.org/channels/unstable-small nixpkgs
|
||||||
- (cd mastodon && bash ./update.sh)
|
- (cd mastodon && bash ./update.sh)
|
||||||
environment:
|
environment:
|
||||||
USER: nobody
|
USER: nobody
|
||||||
|
@ -26,6 +27,7 @@ steps:
|
||||||
- name: Update matrix-media-repo
|
- name: Update matrix-media-repo
|
||||||
image: nixery.dev/shell/nix-prefetch-git/jq/gnugrep/gnused/nix
|
image: nixery.dev/shell/nix-prefetch-git/jq/gnugrep/gnused/nix
|
||||||
commands:
|
commands:
|
||||||
|
- nix-shell --add https://nixos.org/channels/unstable-small nixpkgs
|
||||||
- (cd matrix/matrix-media-repo && bash ./update.sh)
|
- (cd matrix/matrix-media-repo && bash ./update.sh)
|
||||||
environment:
|
environment:
|
||||||
USER: nobody
|
USER: nobody
|
||||||
|
@ -34,6 +36,7 @@ steps:
|
||||||
- name: Update mautrix-whatsapp
|
- name: Update mautrix-whatsapp
|
||||||
image: nixery.dev/shell/nix-prefetch-git/jq/gnugrep/gnused/nix
|
image: nixery.dev/shell/nix-prefetch-git/jq/gnugrep/gnused/nix
|
||||||
commands:
|
commands:
|
||||||
|
- nix-shell --add https://nixos.org/channels/unstable-small nixpkgs
|
||||||
- (cd matrix/mautrix-whatsapp && bash ./update.sh)
|
- (cd matrix/mautrix-whatsapp && bash ./update.sh)
|
||||||
environment:
|
environment:
|
||||||
USER: nobody
|
USER: nobody
|
||||||
|
|
Reference in a new issue