forked from fediversity/fediversity
explicitly specify flakes as nixos/nix image is missing this
This commit is contained in:
parent
4b564d7bc9
commit
18ca0ca042
5 changed files with 5 additions and 5 deletions
|
|
@ -8,4 +8,4 @@ steps:
|
|||
- name: check-deployment-basic
|
||||
image: nixos/nix
|
||||
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
|
||||
image: nixos/nix
|
||||
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
|
||||
image: nixos/nix
|
||||
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
|
||||
image: nixos/nix
|
||||
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
|
||||
image: nixos/nix
|
||||
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