From 9b81fef4855ef415b9e0b2c045b2c82af4106e64 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 3 Feb 2021 21:07:08 -0700 Subject: [PATCH] Revert "ci: build iso" This reverts commit 42bfb73a06dca81e9e059efb47043df8054055b5. For some reason, the iso is built every time, even when it doesn't change, eating up all the space on cachix. --- nix/ci.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/ci.nix b/nix/ci.nix index bbd7cf43..0fc1e7e7 100644 --- a/nix/ci.nix +++ b/nix/ci.nix @@ -12,7 +12,6 @@ let ci = recurseIntoAttrs { nixos = default.nixosConfigurations.NixOS.config.system.build.ci; - iso = default.nixosConfigurations.NixOS.config.system.build.iso; }; in {