fix: hydra build
This commit is contained in:
parent
597dcd8e4f
commit
2d6772ca4a
2 changed files with 1 additions and 5 deletions
|
|
@ -132,8 +132,6 @@
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
templates = import ./templates {};
|
|
||||||
|
|
||||||
homes.modules = with inputs; [
|
homes.modules = with inputs; [
|
||||||
spicetify-nix.homeManagerModules.default
|
spicetify-nix.homeManagerModules.default
|
||||||
catppuccin.homeManagerModules.catppuccin
|
catppuccin.homeManagerModules.catppuccin
|
||||||
|
|
@ -153,7 +151,7 @@
|
||||||
# Add this new section
|
# Add this new section
|
||||||
outputs-builder = channels: {
|
outputs-builder = channels: {
|
||||||
hydraJobs = {
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
{lib, ...}:
|
|
||||||
with lib; rec {}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue