dev #2

Open
tdpeuter wants to merge 43 commits from dev into main
Showing only changes of commit 99141d2c7a - Show all commits

View file

@ -38,7 +38,8 @@ jobs:
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- 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"
run: | run: |
echo "Building for: ${{ matrix.hostname }}" echo "Building for: ${{ matrix.hostname }}"