forked from fediversity/fediversity
Compare commits
13 commits
9c1b1a641f
...
37c8bdc348
| Author | SHA1 | Date | |
|---|---|---|---|
| 37c8bdc348 | |||
| a8f5571dae | |||
| 3c1971c6a4 | |||
| dd095fc3a4 | |||
| 633deebfec | |||
| ae7a285b1e | |||
| 2b1b6a90a4 | |||
| a6dd45518f | |||
| 2bf5c008d3 | |||
| f2c001ccaa | |||
| 319d3fc1e1 | |||
| cd42bd91c4 | |||
| dce216c87c |
3 changed files with 2 additions and 6 deletions
|
|
@ -11,5 +11,3 @@ 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,5 +11,3 @@ 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 --extra-experimental-features 'nix-command flakes' --impure --raw --expr 'with builtins; toString (attrNames (getFlake (toString ./.)).vmOptions)')
|
||||
machines=$(nix eval --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 --extra-experimental-features 'nix-command flakes' --impure --raw --expr 'with builtins; toString (attrNames (getFlake (toString ./.)).nixosConfigurations)')
|
||||
machines=$(nix eval --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