From c475d0e3e7dc7fda788e9105ae5019e7249cded8 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 4 Jul 2025 23:16:33 +0200 Subject: [PATCH] pull `attic-client` into shell as CI is missing `` for `nix-shell` --- .forgejo/workflows/ci.yaml | 2 +- default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index a640efb3..cf876cec 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: nix-shell -p attic-client --run attic push demo $(nix-build services -A tests.peertube) + - run: attic push demo $(nix-build services -A tests.peertube) check-panel: runs-on: nix diff --git a/default.nix b/default.nix index 513dfd12..44830a12 100644 --- a/default.nix +++ b/default.nix @@ -58,6 +58,7 @@ in in [ pkgs.npins + pkgs.attic-client pkgs.nil (pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" { }) pkgs.openssh