From d93fad4645b2b2d9d53a6bce835efe1ab74e85ee Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sun, 14 May 2023 13:14:18 +0200 Subject: [PATCH] added bin-cache to ci --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2f20599..e36410c 100644 --- a/flake.nix +++ b/flake.nix @@ -155,6 +155,7 @@ machines.lisa = self.nixosConfigurations.lisa.config.system.build.toplevel; machines.macintosh = self.nixosConfigurations.macintosh.config.system.build.toplevel; machines.lambda = self.nixosConfigurations.lambda.config.system.build.toplevel; + machines.bin-cache = self.nixosConfigurations.bin-cache.config.system.build.toplevel; packages.x86_64-linux = packages.x86_64-linux; packages.aarch64-linux = packages.aarch64-linux; };