dev #2

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

View file

@ -31,6 +31,10 @@ jobs:
hostname: ${{ fromJSON(needs.determine_hosts.outputs.hosts) }}
steps:
- uses: actions/checkout@v5
- uses: https://github.com/cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Define host"
env:
hostname: ${{ matrix.hostname }}