expose attic-client in CI container

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

View file

@ -13,6 +13,7 @@ let
inherit ((import-flake { src = ../../..; }).inputs) nixops4;
in
[
pkgs.attic-client
pkgs.coreutils
pkgs.findutils
pkgs.gnugrep
@ -101,6 +102,7 @@ in
"native:host"
];
hostPackages = with pkgs; [
attic-client
bash
git
nix