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;
|
twitterchiver-archiver-docker = depot.go.twitterchiver.archiver.dockerImage;
|
||||||
twitternuke = depot.go.twitternuke;
|
twitternuke = depot.go.twitternuke;
|
||||||
systemPathJSON = depot.ops.nixos.systemPathJSON;
|
systemPathJSON = depot.ops.nixos.systemPathJSON;
|
||||||
|
installcd = depot.ops.nixos.installcd;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciWindows ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)
|
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.isoName = lib.mkForce "nixos-${depot.version}-${pkgs.stdenv.hostPlatform.system}.iso";
|
||||||
|
|
||||||
isoImage.contents = lib.mkAfter [{
|
isoImage.storeContents = lib.mkAfter (builtins.attrValues depot.ops.nixos.systems);
|
||||||
source = /home/lukegb/depot;
|
|
||||||
target = "/depot";
|
|
||||||
}];
|
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue