use regular nix images whatever
This commit is contained in:
parent
da89c4f5b2
commit
2c8d13b65f
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue