some fixes
This commit is contained in:
parent
655629b621
commit
db9f5c78e7
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue