From a72562371a6acb33ce91b5fe3e1adff2b83c5421 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Mon, 8 Sep 2025 13:45:28 +1000 Subject: [PATCH] trying new update script --- .github/workflows/update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a72d5f3..09a8b39 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,6 +14,7 @@ jobs: - name: Install Determinate Nix uses: DeterminateSystems/determinate-nix-action@v3 - uses: DeterminateSystems/magic-nix-cache-action@main + - run: cd templates/rde/ && nix develop -c p-updateDeps - name: Update n flake.lock uses: DeterminateSystems/update-flake-lock@v27 with: