From 5282bb1b7e3300d6e220eaae672f71906b297448 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 862ef07d..e73a08df 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: runs-on: native 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: native