forked from Bos55/nix-config
Add NixOS to build step as well
This commit is contained in:
parent
4103c488b3
commit
60fe8110b1
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) }}
|
hostname: ${{ fromJSON(needs.determine_hosts.outputs.hosts) }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v5
|
||||||
|
- uses: https://github.com/cachix/install-nix-action@v31
|
||||||
|
with:
|
||||||
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- name: "Define host"
|
- name: "Define host"
|
||||||
env:
|
env:
|
||||||
hostname: ${{ matrix.hostname }}
|
hostname: ${{ matrix.hostname }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue