Skip to content

Commit

Permalink
Build rubyNix on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
573 committed Oct 2, 2024
1 parent 1dc38fb commit 2807055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- aarch64
- x86_64
shell:
- devShells.$_system.ruby
- devShells.$_system.rubyNix
nix-command:
- flake info

include:
- legacy-openssl: false
- legacy-openssl: true
shell: devShells.$_system.ruby
shell: devShells.$_system.rubyNix
command: ruby --version

- nix-command: eval .#apps.$_system.nixos-shell.program
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
echo "::group::Development shells command"
cachix use 573-bc
cachix use nix-on-droid
${{ (matrix.system == 'aarch64' || contains(matrix.nix-command, 'ruby')) && 'cachix watch-exec 573-bc -- \' || '' }}
${{ (matrix.system == 'aarch64' || contains(matrix.nix-command, 'rubyNix')) && 'cachix watch-exec 573-bc -- \' || '' }}
${{ (matrix.command == '') && 'echo "ignore this pls"' || matrix.command }}
- name: Build command
Expand Down

0 comments on commit 2807055

Please sign in to comment.