From 2ae918ca42eff490a8f08687d048c9e08b2fc0c7 Mon Sep 17 00:00:00 2001
From: ahuston-0 <aliceghuston@gmail.com>
Date: Mon, 3 Mar 2025 17:34:30 -0500
Subject: [PATCH] add build data

---
 .github/workflows/flake-update.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml
index b70b8ee..cb286a5 100644
--- a/.github/workflows/flake-update.yml
+++ b/.github/workflows/flake-update.yml
@@ -28,13 +28,13 @@ jobs:
           cache: ${{ secrets.ATTIC_CACHE }}
           token: ${{ secrets.ATTIC_TOKEN }}
       - name: Calculate pre-drv
-        run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff --  .
+        run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build .
       # - name: Pull latest docker images
       #   run: nix ./utils/fetch-docker.sh
       - name: Update flake.lock (part 1)
         run: nix flake update
       - name: Calculate post-drv
-        run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff --  .
+        run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff --  --build .
       # - name: Calculate diff
       #   run: nix ./utils/diff-evals.sh
       # - name: Read diff into environment