forked from Bos55/nix-config
dev #2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue