From 2d6772ca4a5f193d3e42b90cd098db055dc6878f Mon Sep 17 00:00:00 2001 From: zack Date: Sat, 19 Oct 2024 00:06:44 -0400 Subject: [PATCH] fix: hydra build --- flake.nix | 4 +--- templates/lib/default.nix | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 templates/lib/default.nix diff --git a/flake.nix b/flake.nix index 633342e..afc9f9d 100644 --- a/flake.nix +++ b/flake.nix @@ -132,8 +132,6 @@ allowUnfree = true; }; - templates = import ./templates {}; - homes.modules = with inputs; [ spicetify-nix.homeManagerModules.default catppuccin.homeManagerModules.catppuccin @@ -153,7 +151,7 @@ # Add this new section outputs-builder = channels: { hydraJobs = { - x86_64-linux.earth = self.nixosConfigurations.x86_64-linux.earth.config.system.build.toplevel; + x86_64-linux.earth = self.nixosConfigurations.earth.config.system.build.toplevel; }; }; }; diff --git a/templates/lib/default.nix b/templates/lib/default.nix deleted file mode 100644 index f9a1360..0000000 --- a/templates/lib/default.nix +++ /dev/null @@ -1,2 +0,0 @@ -{lib, ...}: -with lib; rec {}