From 7cf240815452f01987f106fa35dfb920b800a75a Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 8 Jul 2022 07:48:01 +0800 Subject: [PATCH] .github/workflows: update github:nix-community/nixos-generators --- .github/workflows/iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index e4f1cdc9..dcb556ba 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -16,7 +16,7 @@ jobs: id: build-iso # TODO: Use the registry. run: | - nix run github:nix-community/nixos-generators/296067b9c7a172d294831dec89d86847f30a7cfc -- --flake .#bootstrap --format iso --out-link result + nix run github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa -- --flake .#bootstrap --format iso --out-link result - name: Create release if: github.ref == 'refs/heads/master' id: create-release