update outputs
This commit is contained in:
parent
96dd7350a6
commit
c9a6333685
1 changed files with 9 additions and 9 deletions
18
flake.nix
18
flake.nix
|
|
@ -117,8 +117,8 @@
|
||||||
self,
|
self,
|
||||||
nixpkgs-unstable,
|
nixpkgs-unstable,
|
||||||
...
|
...
|
||||||
}:
|
}: let
|
||||||
inputs.snowfall-lib.mkFlake {
|
snowfallConfig = inputs.snowfall-lib.mkFlake {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
|
@ -147,13 +147,13 @@
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
solaar.nixosModules.default
|
solaar.nixosModules.default
|
||||||
];
|
];
|
||||||
|
};
|
||||||
# Add this new section
|
in
|
||||||
outputs-builder = channels: {
|
snowfallConfig
|
||||||
hydraJobs = {
|
// {
|
||||||
x86_64-linux.earth = self.nixosConfigurations.earth.config.system.build.toplevel;
|
hydraJobs = {
|
||||||
x86_64-linux.pluto = self.nixosConfigurations.pluto.config.system.build.toplevel;
|
x86_64-linux.earth = self.nixosConfigurations.earth.config.system.build.toplevel;
|
||||||
};
|
x86_64-linux.pluto = self.nixosConfigurations.pluto.config.system.build.toplevel;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue