forked from Fediversity/Fediversity
pull attic-client
into shell as CI is missing <nixpkgs>
for nix-shell
This commit is contained in:
parent
d55b2ad2c5
commit
726336c081
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -58,6 +58,7 @@ in
|
|||
in
|
||||
[
|
||||
pkgs.npins
|
||||
pkgs.attic-client
|
||||
pkgs.nil
|
||||
(pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" { })
|
||||
pkgs.openssh
|
||||
|
|
Loading…
Add table
Reference in a new issue