forked from fediversity/fediversity
expose attic-client in CI container
This commit is contained in:
parent
8d1fdb7298
commit
b6e896062e
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