Re-enable --attic-cache
in nix-fast-build
This commit is contained in:
parent
197463cc08
commit
c6f951a347
2 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue