expose attic-client in CI container

This commit is contained in:
Kiara Grouwstra 2025-07-11 15:47:24 +02:00
parent 5d11766c2d
commit a435b5447a
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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