forked from fediversity/fediversity
Compare commits
11 commits
08e04e33b7
...
a32a5ae920
| Author | SHA1 | Date | |
|---|---|---|---|
| a32a5ae920 | |||
| 0f4089d430 | |||
| 781de49c67 | |||
| 6eefd19a67 | |||
| 68e9c41eff | |||
| b668209ce9 | |||
| dc7606d51c | |||
| bc02515daf | |||
| a49f630e40 | |||
| 13f0788b81 | |||
| f45f1df427 |
1 changed files with 3 additions and 4 deletions
|
|
@ -13,17 +13,16 @@ steps:
|
||||||
- name: check-resources
|
- name: check-resources
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- echo ==================== [ VM Options ] ====================
|
|
||||||
- |
|
- |
|
||||||
set -euC
|
set -euC
|
||||||
|
echo ==================== [ VM Options ] ====================
|
||||||
machines=$(nix eval --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
|
for machine in $machines; do
|
||||||
echo ~~~~~~~~~~~~~~~~~~~~~: $machine :~~~~~~~~~~~~~~~~~~~~~
|
echo ~~~~~~~~~~~~~~~~~~~~~: $machine :~~~~~~~~~~~~~~~~~~~~~
|
||||||
nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.vmOptions-$machine
|
nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.vmOptions-$machine
|
||||||
done
|
done
|
||||||
- echo ==================== [ NixOS Configurations ] ====================
|
echo
|
||||||
- |
|
echo ==================== [ NixOS Configurations ] ====================
|
||||||
set -euC
|
|
||||||
machines=$(nix eval --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
|
for machine in $machines; do
|
||||||
echo ~~~~~~~~~~~~~~~~~~~~~: $machine :~~~~~~~~~~~~~~~~~~~~~
|
echo ~~~~~~~~~~~~~~~~~~~~~: $machine :~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue