ci: Build and cache CI jobs individually
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 6m27s
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 6m27s
This commit is contained in:
@@ -204,8 +204,9 @@
|
||||
systems' = mapAttrs' (n: v: nameValuePair "system-${n}" v) systems;
|
||||
packages' = mapAttrs' (n: v: nameValuePair "package-${n}" v) packages;
|
||||
in
|
||||
pkgs.linkFarm "ci" (homes' // systems' // packages' // {
|
||||
homes' // systems' // packages' // {
|
||||
inherit shell;
|
||||
});
|
||||
};
|
||||
ciDrv = pkgs.linkFarm "ci" ci;
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user