forked from fediversity/fediversity
Compare commits
11 commits
a32a5ae920
...
08e04e33b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 08e04e33b7 | |||
| 0a331fb4ae | |||
| 1e7cdb558d | |||
| 3d93cb597d | |||
| e4cb66de08 | |||
| dc9d2c33a5 | |||
| a4ab7617e6 | |||
| b55f7f36a1 | |||
| 762d704b81 | |||
| 0fbabc61b8 | |||
| 64411ab29b |
1 changed files with 4 additions and 3 deletions
|
|
@ -13,16 +13,17 @@ steps:
|
|||
- name: check-resources
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- echo ==================== [ VM Options ] ====================
|
||||
- |
|
||||
set -euC
|
||||
echo ==================== [ VM Options ] ====================
|
||||
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
|
||||
done
|
||||
echo
|
||||
echo ==================== [ NixOS Configurations ] ====================
|
||||
- echo ==================== [ NixOS Configurations ] ====================
|
||||
- |
|
||||
set -euC
|
||||
machines=$(nix eval --impure --raw --expr 'with builtins; toString (attrNames (getFlake (toString ./.)).nixosConfigurations)')
|
||||
for machine in $machines; do
|
||||
echo ~~~~~~~~~~~~~~~~~~~~~: $machine :~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue