pull attic-client into shell as CI is missing <nixpkgs> for nix-shell

This commit is contained in:
Kiara Grouwstra 2025-07-04 23:16:33 +02:00
parent d55b2ad2c5
commit 726336c081
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ jobs:
runs-on: native
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: native

View file

@ -58,6 +58,7 @@ in
in
[
pkgs.npins
pkgs.attic-client
pkgs.nil
(pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" { })
pkgs.openssh