forked from fediversity/fediversity
Compare commits
13 commits
37c8bdc348
...
9c1b1a641f
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c1b1a641f | |||
| 4187cf1c2c | |||
| 87b50e11b2 | |||
| 447821035d | |||
| 63439c3b28 | |||
| df07a9df51 | |||
| 0c561d3a38 | |||
| 9bd991834d | |||
| b6f8aebdb9 | |||
| a2d9b530d1 | |||
| 0f2ad13ad7 | |||
| 97656d2b0a | |||
| 72064623ee |
3 changed files with 6 additions and 2 deletions
|
|
@ -11,3 +11,5 @@ steps:
|
|||
image: nixos/nix
|
||||
commands:
|
||||
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.test-mastodon-service -L
|
||||
devices:
|
||||
- /dev/kvm:/dev/kvm
|
||||
|
|
|
|||
|
|
@ -11,3 +11,5 @@ steps:
|
|||
image: nixos/nix
|
||||
commands:
|
||||
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.test-peertube-service -L
|
||||
devices:
|
||||
- /dev/kvm:/dev/kvm
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ steps:
|
|||
- echo ==================== [ VM Options ] ====================
|
||||
- |
|
||||
set -euC
|
||||
machines=$(nix eval --impure --raw --expr 'with builtins; toString (attrNames (getFlake (toString ./.)).vmOptions)')
|
||||
machines=$(nix eval --extra-experimental-features 'nix-command flakes' --impure --raw --expr 'with builtins; toString (attrNames (getFlake (toString ./.)).vmOptions)')
|
||||
for machine in $machines; do
|
||||
echo ~~~~~~~~~~~~~~~~~~~~~: $machine :~~~~~~~~~~~~~~~~~~~~~
|
||||
nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.vmOptions-$machine
|
||||
|
|
@ -26,7 +26,7 @@ steps:
|
|||
- echo ==================== [ NixOS Configurations ] ====================
|
||||
- |
|
||||
set -euC
|
||||
machines=$(nix eval --impure --raw --expr 'with builtins; toString (attrNames (getFlake (toString ./.)).nixosConfigurations)')
|
||||
machines=$(nix eval --extra-experimental-features 'nix-command flakes' --impure --raw --expr 'with builtins; toString (attrNames (getFlake (toString ./.)).nixosConfigurations)')
|
||||
for machine in $machines; do
|
||||
echo ~~~~~~~~~~~~~~~~~~~~~: $machine :~~~~~~~~~~~~~~~~~~~~~
|
||||
nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.nixosConfigurations-$machine
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue