fix: hydra build

This commit is contained in:
zack 2024-10-19 00:06:44 -04:00
parent 597dcd8e4f
commit 2d6772ca4a
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
2 changed files with 1 additions and 5 deletions

View file

@ -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;
};
};
};