Re-enable --attic-cache in nix-fast-build
All checks were successful
EVAL aarch64-linux.sisko
/ test (push) Successful in 1m22s

This commit is contained in:
Andrea Ciceri 2025-05-28 14:58:53 +02:00
parent 197463cc08
commit c6f951a347
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View file

@ -61,9 +61,7 @@
build = _: nc: nc.config.system.build.toplevel;
in
{
x86_64-linux = (lib.mapAttrs build { inherit (self.nixosConfigurations) picard pike kirk; }) // {
inherit (self.checks.x86_64-linux) push-to-cache;
};
x86_64-linux = (lib.mapAttrs build { inherit (self.nixosConfigurations) picard pike kirk; });
aarch64-linux = lib.mapAttrs build {
inherit (self.nixosConfigurations) sisko; # pbp;
};