versatus / versatus.nix

A Nix flake for the Versatus Labs ecosystem which provides reproducible build guarantees for Versatus binaries, development environments for building Versatus repositories on supported systems and NixOS images & infrastructure for deploying Versatus services.
0 stars 0 forks source link

Use `pullImage` function to fetch docker images #12

Closed eureka-cpu closed 1 week ago

eureka-cpu commented 3 weeks ago

Nix has a function in dockerTools for fetching images from dockerhub, for now we are just doing this in a script but we should eventually look to include these automatically in the NixOS image.