1
0
Fork 0
forked from emily/nixfiles
nixfiles-emily/pkgs/build-worker-oci/source.nix

12 lines
292 B
Nix
Raw Normal View History

2024-08-21 15:33:33 +02:00
{
dockerTools,
}:
dockerTools.pullImage {
imageName = "nixos/nix";
imageDigest = "sha256:133a1607deea14a02c2bc0850e275ed135814235a1147f68967afee261caea2b";
sha256 = "0602a59g14l1jiqfffz14hcp982qaqczi5f0ylvv0h9pp2pqrqs5";
2024-08-21 15:33:33 +02:00
finalImageName = "nixos/nix";
finalImageTag = "latest";
}