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 }}
|
||||
|
||||
- name: Install nix
|
||||
uses: nixbuild/nix-quick-install-action@v26
|
||||
uses: nixbuild/nix-quick-install-action@v27
|
||||
with:
|
||||
load_nixConfig: false
|
||||
nix_conf: |
|
||||
|
4
.github/workflows/iso.yml
vendored
4
.github/workflows/iso.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Install nix
|
||||
uses: nixbuild/nix-quick-install-action@v26
|
||||
uses: nixbuild/nix-quick-install-action@v27
|
||||
with:
|
||||
load_nixConfig: false
|
||||
nix_conf: |
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
run: nix build .#Flakes-ISO
|
||||
|
||||
- name: Push ISO to artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: nix-flakes.iso.zip
|
||||
path: result/iso/*.iso
|
||||
|
Loading…
x
Reference in New Issue
Block a user