From 2a1ad27868f5ec62230b9ecc756ce4e9d3355547 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Tue, 8 Jul 2025 08:27:14 -0700 Subject: [PATCH] ci: public flake instead of root flake (#1629) --- .github/workflows/update-flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 6194dc1b..7d01bbb0 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -53,7 +53,7 @@ jobs: run: | nix flake update \ --commit-lock-file \ - --option commit-lock-file-summary "flake: update root inputs" + --option commit-lock-file-summary "flake: update public inputs" nix flake update \ --commit-lock-file \