forked from fediversity/fediversity
explicitly specify flakes as nixos/nix image is missing this
This commit is contained in:
parent
3ad09e80a9
commit
c248ef0d98
5 changed files with 5 additions and 5 deletions
|
|
@ -8,4 +8,4 @@ steps:
|
||||||
- name: check-deployment-basic
|
- name: check-deployment-basic
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-basic -L
|
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-basic -L
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ steps:
|
||||||
- name: check-deployment-cli
|
- name: check-deployment-cli
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-cli -L
|
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-cli -L
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ steps:
|
||||||
- name: check-deployment-panel
|
- name: check-deployment-panel
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-panel -L
|
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-panel -L
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ steps:
|
||||||
- name: check-mastodon
|
- name: check-mastodon
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.test-mastodon-service -L
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ steps:
|
||||||
- name: check-peertube
|
- name: check-peertube
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.test-peertube-service -L
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue