use regular nix images whatever

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-28 10:08:22 +01:00
parent da89c4f5b2
commit 2c8d13b65f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

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