From 6c58b6b6c68d4e4f9b4b76a2b44ed8a3e86aa83f Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 17 Jul 2022 03:32:40 +0100 Subject: [PATCH] Remove installer from Hercules --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 035aa3a..546af5a 100644 --- a/flake.nix +++ b/flake.nix @@ -147,9 +147,6 @@ in { onPush = { - default.outputs = { - installer = self.nixosConfigurations.installer.config.my.buildAs.iso; - }; systems.outputs = { colony = system "colony"; vms = genAttrs [ "estuary" "shill" ] system;