mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
ci: update build ISO workflow to use from current flake
This commit is contained in:
parent
ebbd0b5220
commit
f44928679e
2
.github/workflows/iso.yml
vendored
2
.github/workflows/iso.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
id: build-iso
|
||||
# TODO: Use the registry.
|
||||
run: |
|
||||
nix run github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa -- --flake .#bootstrap --format iso --out-link result
|
||||
nix run nixos-generators --inputs-from . -- --flake .#bootstrap --format iso --out-link result
|
||||
- name: Create release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
id: create-release
|
||||
|
Loading…
Reference in New Issue
Block a user