Compare commits
3 Commits
2968e708f2
...
18bf09b367
Author | SHA1 | Date | |
---|---|---|---|
18bf09b367 | |||
![]() |
b5dc318f23 | ||
![]() |
522f2e5750 |
2
.github/workflows/hosts.yml
vendored
2
.github/workflows/hosts.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: nixbuild/nix-quick-install-action@v26
|
uses: nixbuild/nix-quick-install-action@v27
|
||||||
with:
|
with:
|
||||||
load_nixConfig: false
|
load_nixConfig: false
|
||||||
nix_conf: |
|
nix_conf: |
|
||||||
|
4
.github/workflows/iso.yml
vendored
4
.github/workflows/iso.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: nixbuild/nix-quick-install-action@v26
|
uses: nixbuild/nix-quick-install-action@v27
|
||||||
with:
|
with:
|
||||||
load_nixConfig: false
|
load_nixConfig: false
|
||||||
nix_conf: |
|
nix_conf: |
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
run: nix build .#Flakes-ISO
|
run: nix build .#Flakes-ISO
|
||||||
|
|
||||||
- name: Push ISO to artifacts
|
- name: Push ISO to artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: nix-flakes.iso.zip
|
name: nix-flakes.iso.zip
|
||||||
path: result/iso/*.iso
|
path: result/iso/*.iso
|
||||||
|
Loading…
x
Reference in New Issue
Block a user