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 5fb5e9ca6e
commit c475d0e3e7
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: 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

View file

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