forked from Bos55/nix-config
use var directly
This commit is contained in:
parent
b5af201e86
commit
fce4a03fa5
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -40,10 +40,8 @@ jobs:
|
||||||
- name: Debug Matrix
|
- name: Debug Matrix
|
||||||
run: echo "The matrix value is: [${{ matrix.hostname }}]"
|
run: echo "The matrix value is: [${{ matrix.hostname }}]"
|
||||||
- name: "Define host"
|
- name: "Define host"
|
||||||
env:
|
|
||||||
hostname: ${{ matrix.hostname }}
|
|
||||||
run: |
|
run: |
|
||||||
echo "Hostname: ${{ matrix.hostname }}"
|
echo "Building for: ${{ matrix.hostname }}"
|
||||||
- run: |
|
- run: |
|
||||||
nixos-rebuild build --flake ".#${hostname}"
|
nixos-rebuild build --flake ".#${{ matrix.hostname }}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue