forked from Fediversity/Fediversity
expose attic-client in CI container
This commit is contained in:
parent
5d11766c2d
commit
a435b5447a
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ let
|
||||||
inherit ((import-flake { src = ../../..; }).inputs) nixops4;
|
inherit ((import-flake { src = ../../..; }).inputs) nixops4;
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
|
pkgs.attic-client
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
pkgs.findutils
|
pkgs.findutils
|
||||||
pkgs.gnugrep
|
pkgs.gnugrep
|
||||||
|
@ -101,6 +102,7 @@ in
|
||||||
"native:host"
|
"native:host"
|
||||||
];
|
];
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
|
attic-client
|
||||||
bash
|
bash
|
||||||
git
|
git
|
||||||
nix
|
nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue