installcd: add to ci-root; tweak store
This commit is contained in:
parent
db1b568d63
commit
0f0f61f2df
2 changed files with 2 additions and 4 deletions
|
@ -19,6 +19,7 @@ let
|
|||
twitterchiver-archiver-docker = depot.go.twitterchiver.archiver.dockerImage;
|
||||
twitternuke = depot.go.twitternuke;
|
||||
systemPathJSON = depot.ops.nixos.systemPathJSON;
|
||||
installcd = depot.ops.nixos.installcd;
|
||||
};
|
||||
in
|
||||
pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciWindows ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)
|
||||
|
|
|
@ -12,10 +12,7 @@ in {
|
|||
|
||||
isoImage.isoName = lib.mkForce "nixos-${depot.version}-${pkgs.stdenv.hostPlatform.system}.iso";
|
||||
|
||||
isoImage.contents = lib.mkAfter [{
|
||||
source = /home/lukegb/depot;
|
||||
target = "/depot";
|
||||
}];
|
||||
isoImage.storeContents = lib.mkAfter (builtins.attrValues depot.ops.nixos.systems);
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue