From 2c5ccb4b887f6085543e92e0b166465f31e0bd3e Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 5 Jul 2025 00:15:43 +0200 Subject: [PATCH] still go thru shell to actually load it --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index cf876cec..9bd617e8 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: attic push demo $(nix-build services -A tests.peertube) + - run: nix-shell --run attic push demo $(nix-build services -A tests.peertube) check-panel: runs-on: nix