parent
951f1a918f
commit
c8ec1aaf0e
3 changed files with 81 additions and 32 deletions
|
|
@ -132,12 +132,15 @@
|
|||
host: config:
|
||||
lib.foldl' lib.recursiveUpdate { } ([
|
||||
{
|
||||
inherit (config.config.system.build) initialRamdisk;
|
||||
inherit (config.config.system.build) toplevel;
|
||||
kernel = config.config.boot.kernelPackages.kernel;
|
||||
}
|
||||
])
|
||||
) self.nixosConfigurations)
|
||||
];
|
||||
hydraJobs.fods = {
|
||||
caddy = self.nixosConfigurations.ds9.config.services.caddy.package;
|
||||
};
|
||||
|
||||
packages."x86_64-linux" =
|
||||
let
|
||||
|
|
@ -145,8 +148,7 @@
|
|||
in
|
||||
{
|
||||
nix = pkgs.unstable.lixPackageSets.latest.lix;
|
||||
nix-fast-build = pkgs.nix-fast-build;
|
||||
attic-client = pkgs.attic-client;
|
||||
inherit (pkgs) nix-fast-build attic-client jq;
|
||||
};
|
||||
checks."x86_64-linux"."nixos" =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue